#0649BC

Color #0649BC Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0649BC

Tints of Cobalt #0649BC

Color information

#0649BC (or 0x0649BC) is unknown color: approx Cobalt. HEX triplet: 06, 49 and BC. RGB value is (6,73,188). Sum of RGB (Red+Green+Blue) = 6+73+188=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #0649BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0649BC is #F9B643. Grayscale: #414141. Windows color (decimal): -16365124 or 12339462. OLE color: 12339462.

HSL color Cylindrical-coordinate representation of color #0649BC: hue angle of 217.91º 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 #0649BC is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB673188-
CMYK0.970.6100.26
HSL217.91º93.81%38.04%-
HSV(B)217.91º96.81%73.73%-
XYZ11.538.4348.6-
YUV66.08196.885.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.25%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 188 (73.83% from 255) = 70.41%
R=2.25%
G=27.34%
B=70.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6731880.970.6100.26217.9193.8138.04
Hex649BC613D01Ada5e26
Octal61112741417503233213646
Binary1101001001101111001100001111101011010110110101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0649BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0649BC;
 }
 .AnyTagClassName
 {
   color: #0649BC;
 }
</style>
background-color css

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

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

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

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

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

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