#06539A

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

Shades of Cobalt #06539A

Tints of Cobalt #06539A

Color information

#06539A (or 0x06539A) is unknown color: approx Cobalt. HEX triplet: 06, 53 and 9A. RGB value is (6,83,154). Sum of RGB (Red+Green+Blue) = 6+83+154=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 154 (60.55% from 255 or 63.37% from 243); Max value from RGB is 154 - color contains mainly: blue. Hex color #06539A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06539A is #F9AC65. Grayscale: #434343. Windows color (decimal): -16362598 or 10113798. OLE color: 10113798.

HSL color Cylindrical-coordinate representation of color #06539A: hue angle of 208.78º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06539A is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB683154-
CMYK0.960.4600.40
HSL208.78º92.5%31.37%-
HSV(B)208.78º96.1%60.39%-
XYZ98.5631.75-
YUV68.07176.4983.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 83 (32.81% from 255) = 34.16%
BLUE value IS 154 (60.55% from 255) = 63.37%
R=2.47%
G=34.16%
B=63.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6831540.960.4600.40208.7892.531.37
Hex6539A602E028d15c1f
Octal61232321405605032113437
Binary1101010011100110101100000101110010100011010001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,83,154); }

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

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

 a { background-color: rgb(6,83,154); }

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

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

 span { border-color: rgb(6,83,154); }

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