Html Css Color HEX #6870F5 Medium Slate Blue

📋 copy color: '#6870F5'

red 104 ◦ green 112 ◦ blue 245

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

Shades of Medium Slate Blue #6870F5

Tints of Medium Slate Blue #6870F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.15%

R = 22.56%
G = 24.3%
B = 53.15%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6870F5 (or 0x6870F5) is known color: Medium Slate Blue. HEX triplet: 68, 70 and F5. RGB value is (104,112,245). Sum of RGB (Red+Green+Blue) = 104+112+245=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 245 (96.09% from 255 or 53.15% from 461); Max value from RGB is 245 - color contains mainly: blue. Hex color #6870F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6870F5 is #978F0A. Grayscale: #7C7C7C. Windows color (decimal): -9932555 or 16085096. OLE color: 16085096.

HSL color Cylindrical-coordinate representation of color #6870F5: hue angle of 236.6º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6870F5 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 112 245 -
CMYK 0.58 0.54 0 0.04
HSL 236.6º 0.88% 0.68% -
HSV(B) 236.6º 0.58% 0.96% -
XYZ 27.98 21.12 88.99 -
YUV 124.77 195.85 113.19 -
System Red Green Blue C M Y K H S L
Decimal 104 112 245 0.58 0.54 0 0.04 236.6 0.88 0.68
Hex 68 70 F5 3A 36 0 4 ED 58 44
Octal 150 160 365 72 66 0 4 355 130 104
Binary 1101000 1110000 11110101 111010 110110 0 100 11101101 1011000 1000100

Color Harmonies of #6870F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6870F5

Black with #6870F5

Text Example


Text Example

White with #6870F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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