Html Css Color HEX #0646AD Cobalt

📋 copy color: '#0646AD'

red 6 ◦ green 70 ◦ blue 173

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

Shades of Cobalt #0646AD

Tints of Cobalt #0646AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.11%

 BLUE value IS 173 (67.97% from 255) = 69.48%

R = 2.41%
G = 28.11%
B = 69.48%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0646AD (or 0x0646AD) is known color: Cobalt. HEX triplet: 06, 46 and AD. RGB value is (6,70,173). Sum of RGB (Red+Green+Blue) = 6+70+173=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #0646AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0646AD is #F9B952. Grayscale: #3E3E3E. Windows color (decimal): -16365907 or 11355654. OLE color: 11355654.

HSL color Cylindrical-coordinate representation of color #0646AD: hue angle of 217.01º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0646AD is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 70 173 -
CMYK 0.97 0.60 0 0.32
HSL 217.01º 0.93% 0.35% -
HSV(B) 217.01º 0.97% 0.68% -
XYZ 9.81 7.44 40.45 -
YUV 62.61 190.3 87.62 -
System Red Green Blue C M Y K H S L
Decimal 6 70 173 0.97 0.60 0 0.32 217.01 0.93 0.35
Hex 6 46 AD 61 3C 0 20 D9 5D 23
Octal 6 106 255 141 74 0 40 331 135 43
Binary 110 1000110 10101101 1100001 111100 0 100000 11011001 1011101 100011

Color Harmonies of #0646AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0646AD

Black with #0646AD

Text Example


Text Example

White with #0646AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0646AD; }

 p { color: rgb(6,70,173); }

 H1.HeaderClassName
 {
   color: #0646AD;
 }
 .AnyTagClassName
 {
   color: #0646AD;
 }
</style>

background-color css

<style>
 a { background-color: #0646AD; }

 a { background-color: rgb(6,70,173); }

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

border-color css

<style>
 span { border-color: #0646AD; }

 span { border-color: rgb(6,70,173); }

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