#064D6E

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

Shades of Dark Cerulean #064D6E

Tints of Dark Cerulean #064D6E

Color information

#064D6E (or 0x064D6E) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4D and 6E. RGB value is (6,77,110). Sum of RGB (Red+Green+Blue) = 6+77+110=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #064D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064D6E is #F9B291. Grayscale: #3B3B3B. Windows color (decimal): -16364178 or 7228678. OLE color: 7228678.

HSL color Cylindrical-coordinate representation of color #064D6E: hue angle of 199.04º 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 #064D6E is Cyan = 0.95, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB677110-
CMYK0.950.300.57
HSL199.04º89.66%22.75%-
HSV(B)199.04º94.55%43.14%-
XYZ5.546.4715.71-
YUV59.53156.4889.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.11%
GREEN value IS 77 (30.47% from 255) = 39.90%
BLUE value IS 110 (43.36% from 255) = 56.99%
R=3.11%
G=39.90%
B=56.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6771100.950.300.57199.0489.6622.75
Hex64D6E5F1E039c75a17
Octal61151561373607130713227
Binary11010011011101110101111111110011100111000111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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