Html Css Color HEX #0654AB Cobalt

📋 copy color: '#0654AB'

red 6 ◦ green 84 ◦ blue 171

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

Shades of Cobalt #0654AB

Tints of Cobalt #0654AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.18%

 BLUE value IS 171 (67.19% from 255) = 65.52%

R = 2.3%
G = 32.18%
B = 65.52%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0654AB (or 0x0654AB) is known color: Cobalt. HEX triplet: 06, 54 and AB. RGB value is (6,84,171). Sum of RGB (Red+Green+Blue) = 6+84+171=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #0654AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0654AB is #F9AB54. Grayscale: #464646. Windows color (decimal): -16362325 or 11228166. OLE color: 11228166.

HSL color Cylindrical-coordinate representation of color #0654AB: hue angle of 211.64º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0654AB is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 84 171 -
CMYK 0.96 0.51 0 0.33
HSL 211.64º 0.93% 0.35% -
HSV(B) 211.64º 0.96% 0.67% -
XYZ 10.6 9.32 39.77 -
YUV 70.6 184.66 81.93 -
System Red Green Blue C M Y K H S L
Decimal 6 84 171 0.96 0.51 0 0.33 211.64 0.93 0.35
Hex 6 54 AB 60 33 0 21 D4 5D 23
Octal 6 124 253 140 63 0 41 324 135 43
Binary 110 1010100 10101011 1100000 110011 0 100001 11010100 1011101 100011

Color Harmonies of #0654AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0654AB

Black with #0654AB

Text Example


Text Example

White with #0654AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0654AB; }

 p { color: rgb(6,84,171); }

 H1.HeaderClassName
 {
   color: #0654AB;
 }
 .AnyTagClassName
 {
   color: #0654AB;
 }
</style>

background-color css

<style>
 a { background-color: #0654AB; }

 a { background-color: rgb(6,84,171); }

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

border-color css

<style>
 span { border-color: #0654AB; }

 span { border-color: rgb(6,84,171); }

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