Html Css Color HEX #0655AD Cobalt

📋 copy color: '#0655AD'

red 6 ◦ green 85 ◦ blue 173

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

Shades of Cobalt #0655AD

Tints of Cobalt #0655AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.2%

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

R = 2.27%
G = 32.2%
B = 65.53%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0655AD (or 0x0655AD) is known color: Cobalt. HEX triplet: 06, 55 and AD. RGB value is (6,85,173). Sum of RGB (Red+Green+Blue) = 6+85+173=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #0655AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0655AD is #F9AA52. Grayscale: #464646. Windows color (decimal): -16362067 or 11359494. OLE color: 11359494.

HSL color Cylindrical-coordinate representation of color #0655AD: hue angle of 211.62º 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 #0655AD is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 85 173 -
CMYK 0.97 0.51 0 0.32
HSL 211.62º 0.93% 0.35% -
HSV(B) 211.62º 0.97% 0.68% -
XYZ 10.87 9.55 40.81 -
YUV 71.41 185.33 81.34 -
System Red Green Blue C M Y K H S L
Decimal 6 85 173 0.97 0.51 0 0.32 211.62 0.93 0.35
Hex 6 55 AD 61 33 0 20 D4 5D 23
Octal 6 125 255 141 63 0 40 324 135 43
Binary 110 1010101 10101101 1100001 110011 0 100000 11010100 1011101 100011

Color Harmonies of #0655AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0655AD

Black with #0655AD

Text Example


Text Example

White with #0655AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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