Html Css Color HEX #0610CC Medium Blue

📋 copy color: '#0610CC'

red 6 ◦ green 16 ◦ blue 204

#0610CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #0610CC

Tints of Medium Blue #0610CC

RGB

 RED value IS 6 (2.73% from 255) = 2.65%

 GREEN value IS 16 (6.64% from 255) = 7.08%

 BLUE value IS 204 (80.08% from 255) = 90.27%

R = 2.65%
G = 7.08%
B = 90.27%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0610CC (or 0x0610CC) is known color: Medium Blue. HEX triplet: 06, 10 and CC. RGB value is (6,16,204). Sum of RGB (Red+Green+Blue) = 6+16+204=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 204 (80.08% from 255 or 90.27% from 226); Max value from RGB is 204 - color contains mainly: blue. Hex color #0610CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0610CC is #F9EF33. Grayscale: #212121. Windows color (decimal): -16379700 or 13373446. OLE color: 13373446.

HSL color Cylindrical-coordinate representation of color #0610CC: hue angle of 236.97º 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 #0610CC is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 16 204 -
CMYK 0.97 0.92 0 0.2
HSL 236.97º 0.94% 0.41% -
HSV(B) 236.97º 0.97% 0.8% -
XYZ 11.16 4.77 57.46 -
YUV 34.44 223.69 107.71 -
System Red Green Blue C M Y K H S L
Decimal 6 16 204 0.97 0.92 0 0.2 236.97 0.94 0.41
Hex 6 10 CC 61 5C 0 14 ED 5E 29
Octal 6 20 314 141 134 0 24 355 136 51
Binary 110 10000 11001100 1100001 1011100 0 10100 11101101 1011110 101001

Color Harmonies of #0610CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0610CC

Black with #0610CC

Text Example


Text Example

White with #0610CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0610CC;
 }
 .AnyTagClassName
 {
   color: #0610CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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