Html Css Color HEX #6C5EDE Slate Blue

📋 copy color: '#6C5EDE'

red 108 ◦ green 94 ◦ blue 222

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

Shades of Slate Blue #6C5EDE

Tints of Slate Blue #6C5EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.36%

R = 25.47%
G = 22.17%
B = 52.36%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6C5EDE (or 0x6C5EDE) is known color: Slate Blue. HEX triplet: 6C, 5E and DE. RGB value is (108,94,222). Sum of RGB (Red+Green+Blue) = 108+94+222=424 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.47% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #6C5EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5EDE is #93A121. Grayscale: #707070. Windows color (decimal): -9675042 or 14573164. OLE color: 14573164.

HSL color Cylindrical-coordinate representation of color #6C5EDE: hue angle of 246.56º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C5EDE is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 94 222 -
CMYK 0.51 0.58 0 0.13
HSL 246.56º 0.66% 0.62% -
HSV(B) 246.56º 0.58% 0.87% -
XYZ 23.37 16.47 71.05 -
YUV 112.78 189.64 124.59 -
System Red Green Blue C M Y K H S L
Decimal 108 94 222 0.51 0.58 0 0.13 246.56 0.66 0.62
Hex 6C 5E DE 33 3A 0 D F7 42 3E
Octal 154 136 336 63 72 0 15 367 102 76
Binary 1101100 1011110 11011110 110011 111010 0 1101 11110111 1000010 111110

Color Harmonies of #6C5EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5EDE

Black with #6C5EDE

Text Example


Text Example

White with #6C5EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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