#0607CB

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

Shades of Medium Blue #0607CB

Tints of Medium Blue #0607CB

Color information

#0607CB (or 0x0607CB) is unknown color: approx Medium Blue. HEX triplet: 06, 07 and CB. RGB value is (6,7,203). Sum of RGB (Red+Green+Blue) = 6+7+203=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 203 (79.69% from 255 or 93.98% from 216); Max value from RGB is 203 - color contains mainly: blue. Hex color #0607CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0607CB is #F9F834. Grayscale: #1C1C1C. Windows color (decimal): -16382005 or 13305606. OLE color: 13305606.

HSL color Cylindrical-coordinate representation of color #0607CB: hue angle of 239.7º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0607CB is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB67203-
CMYK0.970.9700.20
HSL239.7º94.26%40.98%-
HSV(B)239.7º97.04%79.61%-
XYZ10.934.556.79-
YUV29.04226.17111.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.78%
GREEN value IS 7 (3.12% from 255) = 3.24%
BLUE value IS 203 (79.69% from 255) = 93.98%
R=2.78%
G=3.24%
B=93.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal672030.970.9700.20239.794.2640.98
Hex67CB6161014f05e29
Octal6731314114102436013651
Binary1101111100101111000011100001010100111100001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0607CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0607CB; }

 p { color: rgb(6,7,203); }

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

<style>
 a { background-color: #0607CB; }

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

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

<style>
 span { border-color: #0607CB; }

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

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