Html Css Color HEX #6C5ED9 Slate Blue

📋 copy color: '#6C5ED9'

red 108 ◦ green 94 ◦ blue 217

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

Shades of Slate Blue #6C5ED9

Tints of Slate Blue #6C5ED9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.43%

 BLUE value IS 217 (85.16% from 255) = 51.79%

R = 25.78%
G = 22.43%
B = 51.79%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6C5ED9 (or 0x6C5ED9) is known color: Slate Blue. HEX triplet: 6C, 5E and D9. RGB value is (108,94,217). Sum of RGB (Red+Green+Blue) = 108+94+217=419 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.78% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #6C5ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5ED9 is #93A126. Grayscale: #6F6F6F. Windows color (decimal): -9675047 or 14245484. OLE color: 14245484.

HSL color Cylindrical-coordinate representation of color #6C5ED9: hue angle of 246.83º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C5ED9 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 108 94 217 -
CMYK 0.50 0.57 0 0.15
HSL 246.83º 0.62% 0.61% -
HSV(B) 246.83º 0.57% 0.85% -
XYZ 22.71 16.2 67.58 -
YUV 112.21 187.14 125 -
System Red Green Blue C M Y K H S L
Decimal 108 94 217 0.50 0.57 0 0.15 246.83 0.62 0.61
Hex 6C 5E D9 32 39 0 F F7 3E 3D
Octal 154 136 331 62 71 0 17 367 76 75
Binary 1101100 1011110 11011001 110010 111001 0 1111 11110111 111110 111101

Color Harmonies of #6C5ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5ED9

Black with #6C5ED9

Text Example


Text Example

White with #6C5ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,94,217); }

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

background-color css

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

 a { background-color: rgb(108,94,217); }

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

border-color css

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

 span { border-color: rgb(108,94,217); }

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