Html Css Color HEX #06509C Cobalt

📋 copy color: '#06509C'

red 6 ◦ green 80 ◦ blue 156

#06509C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #06509C

Tints of Cobalt #06509C

RGB

 RED value IS 6 (2.73% from 255) = 2.48%

 GREEN value IS 80 (31.64% from 255) = 33.06%

 BLUE value IS 156 (61.33% from 255) = 64.46%

R = 2.48%
G = 33.06%
B = 64.46%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06509C (or 0x06509C) is known color: Cobalt. HEX triplet: 06, 50 and 9C. RGB value is (6,80,156). Sum of RGB (Red+Green+Blue) = 6+80+156=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #06509C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06509C is #F9AF63. Grayscale: #424242. Windows color (decimal): -16363364 or 10244102. OLE color: 10244102.

HSL color Cylindrical-coordinate representation of color #06509C: hue angle of 210.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06509C is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 80 156 -
CMYK 0.96 0.49 0 0.39
HSL 210.4º 0.93% 0.32% -
HSV(B) 210.4º 0.96% 0.61% -
XYZ 8.94 8.18 32.56 -
YUV 66.54 178.48 84.82 -
System Red Green Blue C M Y K H S L
Decimal 6 80 156 0.96 0.49 0 0.39 210.4 0.93 0.32
Hex 6 50 9C 60 31 0 27 D2 5D 20
Octal 6 120 234 140 61 0 47 322 135 40
Binary 110 1010000 10011100 1100000 110001 0 100111 11010010 1011101 100000

Color Harmonies of #06509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06509C

Black with #06509C

Text Example


Text Example

White with #06509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06509C; }

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

 H1.HeaderClassName
 {
   color: #06509C;
 }
 .AnyTagClassName
 {
   color: #06509C;
 }
</style>

background-color css

<style>
 a { background-color: #06509C; }

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

 div.DivClassName
 {
   background-color: #06509C;
 }
 .BgClassName
 {
   background-color: #06509C;
 }
</style>

border-color css

<style>
 span { border-color: #06509C; }

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

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