Html Css Color HEX #6C5EC9 Slate Blue

📋 copy color: '#6C5EC9'

red 108 ◦ green 94 ◦ blue 201

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

Shades of Slate Blue #6C5EC9

Tints of Slate Blue #6C5EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.88%

R = 26.8%
G = 23.33%
B = 49.88%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6C5EC9 (or 0x6C5EC9) is known color: Slate Blue. HEX triplet: 6C, 5E and C9. RGB value is (108,94,201). Sum of RGB (Red+Green+Blue) = 108+94+201=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 201 (78.91% from 255 or 49.88% from 403); Max value from RGB is 201 - color contains mainly: blue. Hex color #6C5EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5EC9 is #93A136. Grayscale: #6D6D6D. Windows color (decimal): -9675063 or 13196908. OLE color: 13196908.

HSL color Cylindrical-coordinate representation of color #6C5EC9: hue angle of 247.85º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C5EC9 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 94 201 -
CMYK 0.46 0.53 0 0.21
HSL 247.85º 0.5% 0.58% -
HSV(B) 247.85º 0.53% 0.79% -
XYZ 20.73 15.41 57.14 -
YUV 110.38 179.14 126.3 -
System Red Green Blue C M Y K H S L
Decimal 108 94 201 0.46 0.53 0 0.21 247.85 0.5 0.58
Hex 6C 5E C9 2E 35 0 15 F8 32 3A
Octal 154 136 311 56 65 0 25 370 62 72
Binary 1101100 1011110 11001001 101110 110101 0 10101 11111000 110010 111010

Color Harmonies of #6C5EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5EC9

Black with #6C5EC9

Text Example


Text Example

White with #6C5EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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