Html Css Color HEX #6870EA Medium Slate Blue

📋 copy color: '#6870EA'

red 104 ◦ green 112 ◦ blue 234

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

Shades of Medium Slate Blue #6870EA

Tints of Medium Slate Blue #6870EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52%

R = 23.11%
G = 24.89%
B = 52%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6870EA (or 0x6870EA) is known color: Medium Slate Blue. HEX triplet: 68, 70 and EA. RGB value is (104,112,234). Sum of RGB (Red+Green+Blue) = 104+112+234=450 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.11% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #6870EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6870EA is #978F15. Grayscale: #7B7B7B. Windows color (decimal): -9932566 or 15364200. OLE color: 15364200.

HSL color Cylindrical-coordinate representation of color #6870EA: hue angle of 236.31º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6870EA is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 112 234 -
CMYK 0.56 0.52 0 0.08
HSL 236.31º 0.76% 0.66% -
HSV(B) 236.31º 0.56% 0.92% -
XYZ 26.35 20.47 80.4 -
YUV 123.52 190.35 114.08 -
System Red Green Blue C M Y K H S L
Decimal 104 112 234 0.56 0.52 0 0.08 236.31 0.76 0.66
Hex 68 70 EA 38 34 0 8 EC 4C 42
Octal 150 160 352 70 64 0 10 354 114 102
Binary 1101000 1110000 11101010 111000 110100 0 1000 11101100 1001100 1000010

Color Harmonies of #6870EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6870EA

Black with #6870EA

Text Example


Text Example

White with #6870EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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