#0606DD

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

Shades of Medium Blue #0606DD

Tints of Medium Blue #0606DD

Color information

#0606DD (or 0x0606DD) is unknown color: approx Medium Blue. HEX triplet: 06, 06 and DD. RGB value is (6,6,221). Sum of RGB (Red+Green+Blue) = 6+6+221=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 221 (86.72% from 255 or 94.85% from 233); Max value from RGB is 221 - color contains mainly: blue. Hex color #0606DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0606DD is #F9F922. Grayscale: #1D1D1D. Windows color (decimal): -16382243 or 14484998. OLE color: 14484998.

HSL color Cylindrical-coordinate representation of color #0606DD: hue angle of 240º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0606DD is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB66221-
CMYK0.970.9700.13
HSL240º94.71%44.51%-
HSV(B)240º97.29%86.67%-
XYZ13.195.3968.75-
YUV30.51235.5110.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.58%
GREEN value IS 6 (2.73% from 255) = 2.58%
BLUE value IS 221 (86.72% from 255) = 94.85%
R=2.58%
G=2.58%
B=94.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal662210.970.9700.1324094.7144.51
Hex66DD61610Df05f2d
Octal6633514114101536013755
Binary110110110111011100001110000101101111100001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0606DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0606DD; }

 p { color: rgb(6,6,221); }

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

<style>
 a { background-color: #0606DD; }

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

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

<style>
 span { border-color: #0606DD; }

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

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