Html Css Color HEX #0644AA Cobalt

📋 copy color: '#0644AA'

red 6 ◦ green 68 ◦ blue 170

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

Shades of Cobalt #0644AA

Tints of Cobalt #0644AA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.87%

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

R = 2.46%
G = 27.87%
B = 69.67%

CMYK

 C value IS 0.96

 M value IS 0.6

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0644AA (or 0x0644AA) is known color: Cobalt. HEX triplet: 06, 44 and AA. RGB value is (6,68,170). Sum of RGB (Red+Green+Blue) = 6+68+170=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #0644AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0644AA is #F9BB55. Grayscale: #3C3C3C. Windows color (decimal): -16366422 or 11158534. OLE color: 11158534.

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

Color convert

RGB 6 68 170 -
CMYK 0.96 0.6 0 0.33
HSL 217.32º 0.93% 0.35% -
HSV(B) 217.32º 0.96% 0.67% -
XYZ 9.4 7.08 38.9 -
YUV 61.09 189.46 88.71 -
System Red Green Blue C M Y K H S L
Decimal 6 68 170 0.96 0.6 0 0.33 217.32 0.93 0.35
Hex 6 44 AA 60 3C 0 21 D9 5D 23
Octal 6 104 252 140 74 0 41 331 135 43
Binary 110 1000100 10101010 1100000 111100 0 100001 11011001 1011101 100011

Color Harmonies of #0644AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0644AA

Black with #0644AA

Text Example


Text Example

White with #0644AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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