#06507B

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

Shades of Dark Cerulean #06507B

Tints of Dark Cerulean #06507B

Color information

#06507B (or 0x06507B) is unknown color: approx Dark Cerulean. HEX triplet: 06, 50 and 7B. RGB value is (6,80,123). Sum of RGB (Red+Green+Blue) = 6+80+123=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #06507B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06507B is #F9AF84. Grayscale: #3E3E3E. Windows color (decimal): -16363397 or 8081414. OLE color: 8081414.

HSL color Cylindrical-coordinate representation of color #06507B: hue angle of 202.05º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06507B is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB680123-
CMYK0.950.3500.52
HSL202.05º90.7%25.29%-
HSV(B)202.05º95.12%48.24%-
XYZ6.527.2119.79-
YUV62.78161.9887.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.87%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 123 (48.44% from 255) = 58.85%
R=2.87%
G=38.28%
B=58.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6801230.950.3500.52202.0590.725.29
Hex6507B5F23034ca5b19
Octal61201731374306431213331
Binary110101000011110111011111100011011010011001010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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