Html Css Color HEX #6858EA Medium Slate Blue

📋 copy color: '#6858EA'

red 104 ◦ green 88 ◦ blue 234

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

Shades of Medium Slate Blue #6858EA

Tints of Medium Slate Blue #6858EA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.66%

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

R = 24.41%
G = 20.66%
B = 54.93%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6858EA (or 0x6858EA) is known color: Medium Slate Blue. HEX triplet: 68, 58 and EA. RGB value is (104,88,234). Sum of RGB (Red+Green+Blue) = 104+88+234=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #6858EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6858EA is #97A715. Grayscale: #6C6C6C. Windows color (decimal): -9938710 or 15358056. OLE color: 15358056.

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

Color convert

RGB 104 88 234 -
CMYK 0.56 0.62 0 0.08
HSL 246.58º 0.78% 0.63% -
HSV(B) 246.58º 0.62% 0.92% -
XYZ 24.05 15.86 79.64 -
YUV 109.43 198.3 124.13 -
System Red Green Blue C M Y K H S L
Decimal 104 88 234 0.56 0.62 0 0.08 246.58 0.78 0.63
Hex 68 58 EA 38 3E 0 8 F7 4E 3F
Octal 150 130 352 70 76 0 10 367 116 77
Binary 1101000 1011000 11101010 111000 111110 0 1000 11110111 1001110 111111

Color Harmonies of #6858EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6858EA

Black with #6858EA

Text Example


Text Example

White with #6858EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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