#064E6E

Color #064E6E Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #064E6E

Tints of Dark Cerulean #064E6E

Color information

#064E6E (or 0x064E6E) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4E and 6E. RGB value is (6,78,110). Sum of RGB (Red+Green+Blue) = 6+78+110=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #064E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E6E is #F9B191. Grayscale: #3B3B3B. Windows color (decimal): -16363922 or 7228934. OLE color: 7228934.

HSL color Cylindrical-coordinate representation of color #064E6E: hue angle of 198.46º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064E6E is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB678110-
CMYK0.950.2900.57
HSL198.46º89.66%22.75%-
HSV(B)198.46º94.55%43.14%-
XYZ5.616.6115.73-
YUV60.12156.1589.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.09%
GREEN value IS 78 (30.86% from 255) = 40.21%
BLUE value IS 110 (43.36% from 255) = 56.70%
R=3.09%
G=40.21%
B=56.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6781100.950.2900.57198.4689.6622.75
Hex64E6E5F1D039c65a17
Octal61161561373507130613227
Binary11010011101101110101111111101011100111000110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064E6E; }

 p { color: rgb(6,78,110); }

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

<style>
 a { background-color: #064E6E; }

 a { background-color: rgb(6,78,110); }

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

<style>
 span { border-color: #064E6E; }

 span { border-color: rgb(6,78,110); }

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