#06467F

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

Shades of Dark Cerulean #06467F

Tints of Dark Cerulean #06467F

Color information

#06467F (or 0x06467F) is unknown color: approx Dark Cerulean. HEX triplet: 06, 46 and 7F. RGB value is (6,70,127). Sum of RGB (Red+Green+Blue) = 6+70+127=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #06467F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06467F is #F9B980. Grayscale: #393939. Windows color (decimal): -16365953 or 8340998. OLE color: 8340998.

HSL color Cylindrical-coordinate representation of color #06467F: hue angle of 208.26º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06467F is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB670127-
CMYK0.950.4500.50
HSL208.26º90.98%26.08%-
HSV(B)208.26º95.28%49.8%-
XYZ6.15.9520.91-
YUV57.36167.391.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.96%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 127 (50% from 255) = 62.56%
R=2.96%
G=34.48%
B=62.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6701270.950.4500.50208.2690.9826.08
Hex6467F5F2D032d05b1a
Octal61061771375506232013332
Binary110100011011111111011111101101011001011010000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06467F; }

 p { color: rgb(6,70,127); }

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

<style>
 a { background-color: #06467F; }

 a { background-color: rgb(6,70,127); }

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

<style>
 span { border-color: #06467F; }

 span { border-color: rgb(6,70,127); }

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