#06507F

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

Shades of Dark Cerulean #06507F

Tints of Dark Cerulean #06507F

Color information

#06507F (or 0x06507F) is unknown color: approx Dark Cerulean. HEX triplet: 06, 50 and 7F. RGB value is (6,80,127). Sum of RGB (Red+Green+Blue) = 6+80+127=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #06507F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06507F is #F9AF80. Grayscale: #3E3E3E. Windows color (decimal): -16363393 or 8343558. OLE color: 8343558.

HSL color Cylindrical-coordinate representation of color #06507F: hue angle of 203.31º 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 #06507F is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB680127-
CMYK0.950.3700.50
HSL203.31º90.98%26.08%-
HSV(B)203.31º95.28%49.8%-
XYZ6.777.3121.13-
YUV63.23163.9887.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.82%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 127 (50% from 255) = 59.62%
R=2.82%
G=37.56%
B=59.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6801270.950.3700.50203.3190.9826.08
Hex6507F5F25032cb5b1a
Octal61201771374506231313332
Binary110101000011111111011111100101011001011001011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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