#0646BD

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

Shades of Cobalt #0646BD

Tints of Cobalt #0646BD

Color information

#0646BD (or 0x0646BD) is unknown color: approx Cobalt. HEX triplet: 06, 46 and BD. RGB value is (6,70,189). Sum of RGB (Red+Green+Blue) = 6+70+189=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #0646BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0646BD is #F9B942. Grayscale: #3F3F3F. Windows color (decimal): -16365891 or 12404230. OLE color: 12404230.

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

Color convert

RGB670189-
CMYK0.970.6300.26
HSL219.02º93.85%38.24%-
HSV(B)219.02º96.83%74.12%-
XYZ11.458.0949.1-
YUV64.43198.386.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.26%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 189 (74.22% from 255) = 71.32%
R=2.26%
G=26.42%
B=71.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6701890.970.6300.26219.0293.8538.24
Hex646BD613F01Adb5e26
Octal61062751417703233313646
Binary1101000110101111011100001111111011010110110111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0646BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0646BD; }

 p { color: rgb(6,70,189); }

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

<style>
 a { background-color: #0646BD; }

 a { background-color: rgb(6,70,189); }

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

<style>
 span { border-color: #0646BD; }

 span { border-color: rgb(6,70,189); }

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