Html Css Color HEX #0653AA Cobalt

📋 copy color: '#0653AA'

red 6 ◦ green 83 ◦ blue 170

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

Shades of Cobalt #0653AA

Tints of Cobalt #0653AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.05%

 BLUE value IS 170 (66.8% from 255) = 65.64%

R = 2.32%
G = 32.05%
B = 65.64%

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

#0653AA (or 0x0653AA) is known color: Cobalt. HEX triplet: 06, 53 and AA. RGB value is (6,83,170). Sum of RGB (Red+Green+Blue) = 6+83+170=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #0653AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0653AA is #F9AC55. Grayscale: #454545. Windows color (decimal): -16362582 or 11162374. OLE color: 11162374.

HSL color Cylindrical-coordinate representation of color #0653AA: hue angle of 211.83º 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 #0653AA is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 83 170 -
CMYK 0.96 0.51 0 0.33
HSL 211.83º 0.93% 0.35% -
HSV(B) 211.83º 0.96% 0.67% -
XYZ 10.42 9.13 39.24 -
YUV 69.9 184.49 82.43 -
System Red Green Blue C M Y K H S L
Decimal 6 83 170 0.96 0.51 0 0.33 211.83 0.93 0.35
Hex 6 53 AA 60 33 0 21 D4 5D 23
Octal 6 123 252 140 63 0 41 324 135 43
Binary 110 1010011 10101010 1100000 110011 0 100001 11010100 1011101 100011

Color Harmonies of #0653AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0653AA

Black with #0653AA

Text Example


Text Example

White with #0653AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0653AA; }

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

 H1.HeaderClassName
 {
   color: #0653AA;
 }
 .AnyTagClassName
 {
   color: #0653AA;
 }
</style>

background-color css

<style>
 a { background-color: #0653AA; }

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

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

border-color css

<style>
 span { border-color: #0653AA; }

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

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