Html Css Color HEX #7068DC Medium Slate Blue

📋 copy color: '#7068DC'

red 112 ◦ green 104 ◦ blue 220

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

Shades of Medium Slate Blue #7068DC

Tints of Medium Slate Blue #7068DC

RGB

 RED value IS 112 (44.14% from 255) = 25.69%

 GREEN value IS 104 (41.02% from 255) = 23.85%

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

R = 25.69%
G = 23.85%
B = 50.46%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7068DC (or 0x7068DC) is known color: Medium Slate Blue. HEX triplet: 70, 68 and DC. RGB value is (112,104,220). Sum of RGB (Red+Green+Blue) = 112+104+220=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #7068DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7068DC is #8F9723. Grayscale: #777777. Windows color (decimal): -9410340 or 14444656. OLE color: 14444656.

HSL color Cylindrical-coordinate representation of color #7068DC: hue angle of 244.14º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7068DC is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 104 220 -
CMYK 0.49 0.53 0 0.14
HSL 244.14º 0.62% 0.64% -
HSV(B) 244.14º 0.53% 0.86% -
XYZ 24.55 18.51 69.99 -
YUV 119.62 184.65 122.57 -
System Red Green Blue C M Y K H S L
Decimal 112 104 220 0.49 0.53 0 0.14 244.14 0.62 0.64
Hex 70 68 DC 31 35 0 E F4 3E 40
Octal 160 150 334 61 65 0 16 364 76 100
Binary 1110000 1101000 11011100 110001 110101 0 1110 11110100 111110 1000000

Color Harmonies of #7068DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7068DC

Black with #7068DC

Text Example


Text Example

White with #7068DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,104,220); }

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

background-color css

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

 a { background-color: rgb(112,104,220); }

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

border-color css

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

 span { border-color: rgb(112,104,220); }

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