COLOR #070664

HEX: #070664 RGB: (7,6,100)

Color info

#070664 contains mainly blue color. Web safe color of #070664 is #000066 (or #006).

RGB color model

#070664 color RGB value is (7,6,100).

RGB: (7,6,100) (3%, 2%, 39%)

RGB channels and saturation

R 7 of 255 = 3%
G 6 of 255 = 2%
B 100 of 255 = 39%

7
6
100

R + G + B ~ 15%. #070664 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 6 + 100 = 113 (100%)
R 7 of 113 ~ 6.19%
G 6 of 113 ~ 5.31%
B 100 of 113 ~ 88.5'%

%88.5

CMYK color model

#070664 color CMYK value is (93,94,0,61).

  • cyan value is 93.00%
  • magenta value is 94.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (93,94,0,61)
C93M94Y0K61 (93%, 94%, 0%, 61%)
(0.93 / 0.94 / 0.00 / 0.61)

CMYK percentages

%93
%94
%0
%60.78

Codes

Color #070664 in popluar color models

07 06 64
RGB 7 6 100
HSL 241° 88.68% 20.78%
HSB/HSV 241° 94.00% 39.22%
CMYK 93.00% 94.00% 0.00%
60.78%

Color #070664 in popluar number systems.

HEX 07 06 64
Decimal 7 6 100
Binary 111 110 1100100
Octal 7 6 144

Shades and tints

Shades of #070664

#070664
(7,6,100)
#07065B
(7,6,91)
#070652
(7,6,82)
#070649
(7,6,73)
#070640
(7,6,64)
#070637
(7,6,55)
#07062E
(7,6,46)
#070625
(7,6,37)
#07061C
(7,6,28)
#070613
(7,6,19)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #070664

#070664
(7,6,100)
#1D1C72
(29,28,114)
#333280
(51,50,128)
#49488E
(73,72,142)
#5F5E9C
(95,94,156)
#7574AA
(117,116,170)
#8B8AB8
(139,138,184)
#A1A0C6
(161,160,198)
#B7B6D4
(183,182,212)
#CDCCE2
(205,204,226)
#E3E2F0
(227,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070664 color. Also use rgb(7,6,100) instead hex code.

Text Font Color

.myTextColor { color: #070664; }

<p style="color:#070664">This sample text font color is #070664.</p>

This text font color is #070664.

Background Color

.myBgColor { background-color: #070664; }

<div style="background-color:#070664">Inner text</div>

This div background color is #070664.

Border color

.myBorderColor { border: 1px solid #070664; }

<div style="border:3px solid #070664">Div</div>

This div border color is #070664.

Opacity

.myOpacity80 { color: #070664; opacity: 0.8; }

<p style="color:#070664;opacity:0.8;">80%</p>

Text with #070664 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #070664;}

<p style="text-shadow: 3px 3px 1px #070664">Text here.</p>

This text has shadow with #070664 color.


.textShadow {text-shadow: 3px 3px 1px #070664', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #070664, 5px 5px 20px red">Text here.</p>

This text has shadow with #070664 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#070664, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#070664, Direction=45, Strength=4)">Text</p>

This text has shadow with #070664 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #070664;
-webkit-box-shadow: 1px 1px 3px 2px #070664;
box-shadow: 1px 1px 3px 2px #070664;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #070664; -webkit-box-shadow: 1px 1px 3px 2px #070664; box-shadow:1px 1px 3px 2px #070664;">
Div content here
</div>

This div box has shadow with color #070664.

Preview

Color preview on black background

This text has color #070664 on black background.


Color preview on white background

This text has color #070664 on white background.


Black color preview on #070664 background

This text has black color on #070664 background.


White color preview on #070664 background

This text has white color on #070664 background.


Related colors

Complementary color

Complementary color for #hex is #F8F99B.


I love getcolorcode.com

Triadic colors

1 #640706 and #066407 with #070664 are triadic colors.

2 #640607 and #060764 with #070664 are triadic colors.