#06507A

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

Shades of Dark Cerulean #06507A

Tints of Dark Cerulean #06507A

Color information

#06507A (or 0x06507A) is unknown color: approx Dark Cerulean. HEX triplet: 06, 50 and 7A. RGB value is (6,80,122). Sum of RGB (Red+Green+Blue) = 6+80+122=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #06507A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06507A is #F9AF85. Grayscale: #3E3E3E. Windows color (decimal): -16363398 or 8015878. OLE color: 8015878.

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

Color convert

RGB680122-
CMYK0.950.3400.52
HSL201.72º90.62%25.1%-
HSV(B)201.72º95.08%47.84%-
XYZ6.467.1819.46-
YUV62.66161.4887.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.88%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 122 (48.05% from 255) = 58.65%
R=2.88%
G=38.46%
B=58.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6801220.950.3400.52201.7290.6225.1
Hex6507A5F22034ca5b19
Octal61201721374206431213331
Binary110101000011110101011111100010011010011001010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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