Html Css Color HEX #6C55EA Medium Slate Blue

📋 copy color: '#6C55EA'

red 108 ◦ green 85 ◦ blue 234

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

Shades of Medium Slate Blue #6C55EA

Tints of Medium Slate Blue #6C55EA

RGB

 RED value IS 108 (42.58% from 255) = 25.29%

 GREEN value IS 85 (33.59% from 255) = 19.91%

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

R = 25.29%
G = 19.91%
B = 54.8%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C55EA (or 0x6C55EA) is known color: Medium Slate Blue. HEX triplet: 6C, 55 and EA. RGB value is (108,85,234). Sum of RGB (Red+Green+Blue) = 108+85+234=427 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.29% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C55EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C55EA is #93AA15. Grayscale: #6C6C6C. Windows color (decimal): -9677334 or 15357292. OLE color: 15357292.

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

Color convert

RGB 108 85 234 -
CMYK 0.54 0.64 0 0.08
HSL 249.26º 0.78% 0.63% -
HSV(B) 249.26º 0.64% 0.92% -
XYZ 24.28 15.63 79.58 -
YUV 108.86 198.62 127.38 -
System Red Green Blue C M Y K H S L
Decimal 108 85 234 0.54 0.64 0 0.08 249.26 0.78 0.63
Hex 6C 55 EA 36 40 0 8 F9 4E 3F
Octal 154 125 352 66 100 0 10 371 116 77
Binary 1101100 1010101 11101010 110110 1000000 0 1000 11111001 1001110 111111

Color Harmonies of #6C55EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C55EA

Black with #6C55EA

Text Example


Text Example

White with #6C55EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C55EA; }

 p { color: rgb(108,85,234); }

 H1.HeaderClassName
 {
   color: #6C55EA;
 }
 .AnyTagClassName
 {
   color: #6C55EA;
 }
</style>

background-color css

<style>
 a { background-color: #6C55EA; }

 a { background-color: rgb(108,85,234); }

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

border-color css

<style>
 span { border-color: #6C55EA; }

 span { border-color: rgb(108,85,234); }

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