#0610CA

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

Shades of Medium Blue #0610CA

Tints of Medium Blue #0610CA

Color information

#0610CA (or 0x0610CA) is unknown color: approx Medium Blue. HEX triplet: 06, 10 and CA. RGB value is (6,16,202). Sum of RGB (Red+Green+Blue) = 6+16+202=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 202 (79.30% from 255 or 90.18% from 224); Max value from RGB is 202 - color contains mainly: blue. Hex color #0610CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0610CA is #F9EF35. Grayscale: #212121. Windows color (decimal): -16379702 or 13242374. OLE color: 13242374.

HSL color Cylindrical-coordinate representation of color #0610CA: hue angle of 236.94º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0610CA is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB616202-
CMYK0.970.9200.21
HSL236.94º94.23%40.78%-
HSV(B)236.94º97.03%79.22%-
XYZ10.924.6756.2-
YUV34.21222.69107.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.68%
GREEN value IS 16 (6.64% from 255) = 7.14%
BLUE value IS 202 (79.30% from 255) = 90.18%
R=2.68%
G=7.14%
B=90.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal6162020.970.9200.21236.9494.2340.78
Hex610CA615C015ed5e29
Octal62031214113402535513651
Binary110100001100101011000011011100010101111011011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0610CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0610CA; }

 p { color: rgb(6,16,202); }

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

<style>
 a { background-color: #0610CA; }

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

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

<style>
 span { border-color: #0610CA; }

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

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