#0605C6

Color #0605C6 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0605C6

Tints of Medium Blue #0605C6

Color information

#0605C6 (or 0x0605C6) is unknown color: approx Medium Blue. HEX triplet: 06, 05 and C6. RGB value is (6,5,198). Sum of RGB (Red+Green+Blue) = 6+5+198=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 198 (77.73% from 255 or 94.74% from 209); Max value from RGB is 198 - color contains mainly: blue. Hex color #0605C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0605C6 is #F9FA39. Grayscale: #1A1A1A. Windows color (decimal): -16382522 or 12977414. OLE color: 12977414.

HSL color Cylindrical-coordinate representation of color #0605C6: hue angle of 240.31º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0605C6 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB65198-
CMYK0.970.9700.22
HSL240.31º95.07%39.8%-
HSV(B)240.31º97.47%77.65%-
XYZ10.324.2253.7-
YUV27.3224.33112.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.87%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 198 (77.73% from 255) = 94.74%
R=2.87%
G=2.39%
B=94.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal651980.970.9700.22240.3195.0739.8
Hex65C66161016f05f28
Octal6530614114102636013750
Binary1101011100011011000011100001010110111100001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0605C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0605C6; }

 p { color: rgb(6,5,198); }

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

<style>
 a { background-color: #0605C6; }

 a { background-color: rgb(6,5,198); }

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

<style>
 span { border-color: #0605C6; }

 span { border-color: rgb(6,5,198); }

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