#067EC6

Color #067EC6 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #067EC6

Tints of Navy Blue #067EC6

Color information

#067EC6 (or 0x067EC6) is unknown color: approx Navy Blue. HEX triplet: 06, 7E and C6. RGB value is (6,126,198). Sum of RGB (Red+Green+Blue) = 6+126+198=330 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 198 (77.73% from 255 or 60% from 330); Max value from RGB is 198 - color contains mainly: blue. Hex color #067EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067EC6 is #F98139. Grayscale: #616161. Windows color (decimal): -16351546 or 13008390. OLE color: 13008390.

HSL color Cylindrical-coordinate representation of color #067EC6: hue angle of 202.5º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067EC6 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6126198-
CMYK0.970.3600.22
HSL202.5º94.12%40%-
HSV(B)202.5º96.97%77.65%-
XYZ17.7319.0456.17-
YUV98.33184.2462.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 1.82%
GREEN value IS 126 (49.61% from 255) = 38.18%
BLUE value IS 198 (77.73% from 255) = 60%
R=1.82%
G=38.18%
B=60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61261980.970.3600.22202.594.1240
Hex67EC66124016ca5e28
Octal61763061414402631213650
Binary1101111110110001101100001100100010110110010101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067EC6; }

 p { color: rgb(6,126,198); }

 H1.HeaderClassName
 {
   color: #067EC6;
 }
 .AnyTagClassName
 {
   color: #067EC6;
 }
</style>
background-color css

<style>
 a { background-color: #067EC6; }

 a { background-color: rgb(6,126,198); }

 div.DivClassName
 {
   background-color: #067EC6;
 }
 .BgClassName
 {
   background-color: #067EC6;
 }
</style>
border-color css

<style>
 span { border-color: #067EC6; }

 span { border-color: rgb(6,126,198); }

 td.TdClassName
 {
   border-color: #067EC6;
 }
 .TagClassName
 {
   border-color: #067EC6;
 }
</style>