Html Css Color HEX #0616DC Medium Blue

📋 copy color: '#0616DC'

red 6 ◦ green 22 ◦ blue 220

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

Shades of Medium Blue #0616DC

Tints of Medium Blue #0616DC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.87%

 BLUE value IS 220 (86.33% from 255) = 88.71%

R = 2.42%
G = 8.87%
B = 88.71%

CMYK

 C value IS 0.97

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0616DC (or 0x0616DC) is known color: Medium Blue. HEX triplet: 06, 16 and DC. RGB value is (6,22,220). Sum of RGB (Red+Green+Blue) = 6+22+220=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 220 (86.33% from 255 or 88.71% from 248); Max value from RGB is 220 - color contains mainly: blue. Hex color #0616DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0616DC is #F9E923. Grayscale: #262626. Windows color (decimal): -16378148 or 14423558. OLE color: 14423558.

HSL color Cylindrical-coordinate representation of color #0616DC: hue angle of 235.51º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0616DC is Cyan = 0.97, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 22 220 -
CMYK 0.97 0.9 0 0.14
HSL 235.51º 0.95% 0.44% -
HSV(B) 235.51º 0.97% 0.86% -
XYZ 13.28 5.78 68.13 -
YUV 39.79 229.7 103.9 -
System Red Green Blue C M Y K H S L
Decimal 6 22 220 0.97 0.9 0 0.14 235.51 0.95 0.44
Hex 6 16 DC 61 5A 0 E EC 5F 2C
Octal 6 26 334 141 132 0 16 354 137 54
Binary 110 10110 11011100 1100001 1011010 0 1110 11101100 1011111 101100

Color Harmonies of #0616DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0616DC

Black with #0616DC

Text Example


Text Example

White with #0616DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0616DC; }

 p { color: rgb(6,22,220); }

 H1.HeaderClassName
 {
   color: #0616DC;
 }
 .AnyTagClassName
 {
   color: #0616DC;
 }
</style>

background-color css

<style>
 a { background-color: #0616DC; }

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

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

border-color css

<style>
 span { border-color: #0616DC; }

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

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