Html Css Color HEX #0643AA Cobalt

📋 copy color: '#0643AA'

red 6 ◦ green 67 ◦ blue 170

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

Shades of Cobalt #0643AA

Tints of Cobalt #0643AA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.57%

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

R = 2.47%
G = 27.57%
B = 69.96%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0643AA (or 0x0643AA) is known color: Cobalt. HEX triplet: 06, 43 and AA. RGB value is (6,67,170). Sum of RGB (Red+Green+Blue) = 6+67+170=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #0643AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0643AA is #F9BC55. Grayscale: #3C3C3C. Windows color (decimal): -16366678 or 11158278. OLE color: 11158278.

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

Color convert

RGB 6 67 170 -
CMYK 0.96 0.61 0 0.33
HSL 217.68º 0.93% 0.35% -
HSV(B) 217.68º 0.96% 0.67% -
XYZ 9.34 6.96 38.88 -
YUV 60.5 189.79 89.12 -
System Red Green Blue C M Y K H S L
Decimal 6 67 170 0.96 0.61 0 0.33 217.68 0.93 0.35
Hex 6 43 AA 60 3D 0 21 DA 5D 23
Octal 6 103 252 140 75 0 41 332 135 43
Binary 110 1000011 10101010 1100000 111101 0 100001 11011010 1011101 100011

Color Harmonies of #0643AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0643AA

Black with #0643AA

Text Example


Text Example

White with #0643AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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