Html Css Color HEX #0647BC Cobalt

📋 copy color: '#0647BC'

red 6 ◦ green 71 ◦ blue 188

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

Shades of Cobalt #0647BC

Tints of Cobalt #0647BC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.79%

 BLUE value IS 188 (73.83% from 255) = 70.94%

R = 2.26%
G = 26.79%
B = 70.94%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0647BC (or 0x0647BC) is known color: Cobalt. HEX triplet: 06, 47 and BC. RGB value is (6,71,188). Sum of RGB (Red+Green+Blue) = 6+71+188=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #0647BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0647BC is #F9B843. Grayscale: #404040. Windows color (decimal): -16365636 or 12338950. OLE color: 12338950.

HSL color Cylindrical-coordinate representation of color #0647BC: hue angle of 218.57º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0647BC is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 71 188 -
CMYK 0.97 0.62 0 0.26
HSL 218.57º 0.94% 0.38% -
HSV(B) 218.57º 0.97% 0.74% -
XYZ 11.41 8.18 48.55 -
YUV 64.9 197.47 85.99 -
System Red Green Blue C M Y K H S L
Decimal 6 71 188 0.97 0.62 0 0.26 218.57 0.94 0.38
Hex 6 47 BC 61 3E 0 1A DB 5E 26
Octal 6 107 274 141 76 0 32 333 136 46
Binary 110 1000111 10111100 1100001 111110 0 11010 11011011 1011110 100110

Color Harmonies of #0647BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0647BC

Black with #0647BC

Text Example


Text Example

White with #0647BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0647BC; }

 p { color: rgb(6,71,188); }

 H1.HeaderClassName
 {
   color: #0647BC;
 }
 .AnyTagClassName
 {
   color: #0647BC;
 }
</style>

background-color css

<style>
 a { background-color: #0647BC; }

 a { background-color: rgb(6,71,188); }

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

border-color css

<style>
 span { border-color: #0647BC; }

 span { border-color: rgb(6,71,188); }

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