Html Css Color HEX #6870DE Medium Slate Blue

📋 copy color: '#6870DE'

red 104 ◦ green 112 ◦ blue 222

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

Shades of Medium Slate Blue #6870DE

Tints of Medium Slate Blue #6870DE

RGB

 RED value IS 104 (41.02% from 255) = 23.74%

 GREEN value IS 112 (44.14% from 255) = 25.57%

 BLUE value IS 222 (87.11% from 255) = 50.68%

R = 23.74%
G = 25.57%
B = 50.68%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6870DE (or 0x6870DE) is known color: Medium Slate Blue. HEX triplet: 68, 70 and DE. RGB value is (104,112,222). Sum of RGB (Red+Green+Blue) = 104+112+222=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #6870DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6870DE is #978F21. Grayscale: #797979. Windows color (decimal): -9932578 or 14577768. OLE color: 14577768.

HSL color Cylindrical-coordinate representation of color #6870DE: hue angle of 235.93º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6870DE is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 112 222 -
CMYK 0.53 0.50 0 0.13
HSL 235.93º 0.64% 0.64% -
HSV(B) 235.93º 0.53% 0.87% -
XYZ 24.69 19.81 71.63 -
YUV 122.15 184.35 115.06 -
System Red Green Blue C M Y K H S L
Decimal 104 112 222 0.53 0.50 0 0.13 235.93 0.64 0.64
Hex 68 70 DE 35 32 0 D EC 40 40
Octal 150 160 336 65 62 0 15 354 100 100
Binary 1101000 1110000 11011110 110101 110010 0 1101 11101100 1000000 1000000

Color Harmonies of #6870DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6870DE

Black with #6870DE

Text Example


Text Example

White with #6870DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6870DE; }

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

 H1.HeaderClassName
 {
   color: #6870DE;
 }
 .AnyTagClassName
 {
   color: #6870DE;
 }
</style>

background-color css

<style>
 a { background-color: #6870DE; }

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

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

border-color css

<style>
 span { border-color: #6870DE; }

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

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