#06507E

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

Shades of Dark Cerulean #06507E

Tints of Dark Cerulean #06507E

Color information

#06507E (or 0x06507E) is unknown color: approx Dark Cerulean. HEX triplet: 06, 50 and 7E. RGB value is (6,80,126). Sum of RGB (Red+Green+Blue) = 6+80+126=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 126 (49.61% from 255 or 59.43% from 212); Max value from RGB is 126 - color contains mainly: blue. Hex color #06507E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06507E is #F9AF81. Grayscale: #3E3E3E. Windows color (decimal): -16363394 or 8278022. OLE color: 8278022.

HSL color Cylindrical-coordinate representation of color #06507E: hue angle of 203º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06507E is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB680126-
CMYK0.950.3700.51
HSL203º90.91%25.88%-
HSV(B)203º95.24%49.41%-
XYZ6.717.2820.79-
YUV63.12163.4887.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.83%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 126 (49.61% from 255) = 59.43%
R=2.83%
G=37.74%
B=59.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6801260.950.3700.5120390.9125.88
Hex6507E5F25033cb5b1a
Octal61201761374506331313332
Binary110101000011111101011111100101011001111001011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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