Html Css Color HEX #0655AC Cobalt

📋 copy color: '#0655AC'

red 6 ◦ green 85 ◦ blue 172

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

Shades of Cobalt #0655AC

Tints of Cobalt #0655AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 65.4%

R = 2.28%
G = 32.32%
B = 65.4%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0655AC (or 0x0655AC) is known color: Cobalt. HEX triplet: 06, 55 and AC. RGB value is (6,85,172). Sum of RGB (Red+Green+Blue) = 6+85+172=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #0655AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0655AC is #F9AA53. Grayscale: #464646. Windows color (decimal): -16362068 or 11293958. OLE color: 11293958.

HSL color Cylindrical-coordinate representation of color #0655AC: hue angle of 211.45º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0655AC is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 85 172 -
CMYK 0.97 0.51 0 0.33
HSL 211.45º 0.93% 0.35% -
HSV(B) 211.45º 0.97% 0.67% -
XYZ 10.77 9.51 40.3 -
YUV 71.3 184.83 81.43 -
System Red Green Blue C M Y K H S L
Decimal 6 85 172 0.97 0.51 0 0.33 211.45 0.93 0.35
Hex 6 55 AC 61 33 0 21 D3 5D 23
Octal 6 125 254 141 63 0 41 323 135 43
Binary 110 1010101 10101100 1100001 110011 0 100001 11010011 1011101 100011

Color Harmonies of #0655AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0655AC

Black with #0655AC

Text Example


Text Example

White with #0655AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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