#064C6F

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

Shades of Dark Cerulean #064C6F

Tints of Dark Cerulean #064C6F

Color information

#064C6F (or 0x064C6F) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4C and 6F. RGB value is (6,76,111). Sum of RGB (Red+Green+Blue) = 6+76+111=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #064C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064C6F is #F9B390. Grayscale: #3A3A3A. Windows color (decimal): -16364433 or 7293958. OLE color: 7293958.

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

Color convert

RGB676111-
CMYK0.950.3200.56
HSL200º89.74%22.94%-
HSV(B)200º94.59%43.53%-
XYZ5.536.3615.97-
YUV59.06157.3190.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.11%
GREEN value IS 76 (30.08% from 255) = 39.38%
BLUE value IS 111 (43.75% from 255) = 57.51%
R=3.11%
G=39.38%
B=57.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6761110.950.3200.5620089.7422.94
Hex64C6F5F20038c85a17
Octal61141571374007031013227
Binary110100110011011111011111100000011100011001000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,76,111); }

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

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

 a { background-color: rgb(6,76,111); }

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

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

 span { border-color: rgb(6,76,111); }

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