Html Css Color HEX #0656AE Cobalt

📋 copy color: '#0656AE'

red 6 ◦ green 86 ◦ blue 174

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

Shades of Cobalt #0656AE

Tints of Cobalt #0656AE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.33%

 BLUE value IS 174 (68.36% from 255) = 65.41%

R = 2.26%
G = 32.33%
B = 65.41%

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

#0656AE (or 0x0656AE) is known color: Cobalt. HEX triplet: 06, 56 and AE. RGB value is (6,86,174). Sum of RGB (Red+Green+Blue) = 6+86+174=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #0656AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0656AE is #F9A951. Grayscale: #474747. Windows color (decimal): -16361810 or 11425286. OLE color: 11425286.

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

Color convert

RGB 6 86 174 -
CMYK 0.97 0.51 0 0.32
HSL 211.43º 0.93% 0.35% -
HSV(B) 211.43º 0.97% 0.68% -
XYZ 11.04 9.75 41.34 -
YUV 72.11 185.5 80.84 -
System Red Green Blue C M Y K H S L
Decimal 6 86 174 0.97 0.51 0 0.32 211.43 0.93 0.35
Hex 6 56 AE 61 33 0 20 D3 5D 23
Octal 6 126 256 141 63 0 40 323 135 43
Binary 110 1010110 10101110 1100001 110011 0 100000 11010011 1011101 100011

Color Harmonies of #0656AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0656AE

Black with #0656AE

Text Example


Text Example

White with #0656AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0656AE; }

 p { color: rgb(6,86,174); }

 H1.HeaderClassName
 {
   color: #0656AE;
 }
 .AnyTagClassName
 {
   color: #0656AE;
 }
</style>

background-color css

<style>
 a { background-color: #0656AE; }

 a { background-color: rgb(6,86,174); }

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

border-color css

<style>
 span { border-color: #0656AE; }

 span { border-color: rgb(6,86,174); }

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