Html Css Color HEX #6C64E8 Medium Slate Blue

📋 copy color: '#6C64E8'

red 108 ◦ green 100 ◦ blue 232

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

Shades of Medium Slate Blue #6C64E8

Tints of Medium Slate Blue #6C64E8

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.73%

 BLUE value IS 232 (91.02% from 255) = 52.73%

R = 24.55%
G = 22.73%
B = 52.73%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6C64E8 (or 0x6C64E8) is known color: Medium Slate Blue. HEX triplet: 6C, 64 and E8. RGB value is (108,100,232). Sum of RGB (Red+Green+Blue) = 108+100+232=440 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.55% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 232 (91.02% from 255 or 52.73% from 440); Max value from RGB is 232 - color contains mainly: blue. Hex color #6C64E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C64E8 is #939B17. Grayscale: #747474. Windows color (decimal): -9673496 or 15230060. OLE color: 15230060.

HSL color Cylindrical-coordinate representation of color #6C64E8: hue angle of 243.64º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C64E8 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 108 100 232 -
CMYK 0.53 0.57 0 0.09
HSL 243.64º 0.74% 0.65% -
HSV(B) 243.64º 0.57% 0.91% -
XYZ 25.31 18.13 78.51 -
YUV 117.44 192.65 121.27 -
System Red Green Blue C M Y K H S L
Decimal 108 100 232 0.53 0.57 0 0.09 243.64 0.74 0.65
Hex 6C 64 E8 35 39 0 9 F4 4A 41
Octal 154 144 350 65 71 0 11 364 112 101
Binary 1101100 1100100 11101000 110101 111001 0 1001 11110100 1001010 1000001

Color Harmonies of #6C64E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C64E8

Black with #6C64E8

Text Example


Text Example

White with #6C64E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,100,232); }

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

background-color css

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

 a { background-color: rgb(108,100,232); }

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

border-color css

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

 span { border-color: rgb(108,100,232); }

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