Html Css Color HEX #6C5DCE Slate Blue

📋 copy color: '#6C5DCE'

red 108 ◦ green 93 ◦ blue 206

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

Shades of Slate Blue #6C5DCE

Tints of Slate Blue #6C5DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.85%

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 26.54%
G = 22.85%
B = 50.61%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C5DCE (or 0x6C5DCE) is known color: Slate Blue. HEX triplet: 6C, 5D and CE. RGB value is (108,93,206). Sum of RGB (Red+Green+Blue) = 108+93+206=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C5DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5DCE is #93A231. Grayscale: #6D6D6D. Windows color (decimal): -9675314 or 13524332. OLE color: 13524332.

HSL color Cylindrical-coordinate representation of color #6C5DCE: hue angle of 247.96º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C5DCE is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 93 206 -
CMYK 0.48 0.55 0 0.19
HSL 247.96º 0.54% 0.59% -
HSV(B) 247.96º 0.55% 0.81% -
XYZ 21.24 15.47 60.26 -
YUV 110.37 181.97 126.31 -
System Red Green Blue C M Y K H S L
Decimal 108 93 206 0.48 0.55 0 0.19 247.96 0.54 0.59
Hex 6C 5D CE 30 37 0 13 F8 36 3B
Octal 154 135 316 60 67 0 23 370 66 73
Binary 1101100 1011101 11001110 110000 110111 0 10011 11111000 110110 111011

Color Harmonies of #6C5DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5DCE

Black with #6C5DCE

Text Example


Text Example

White with #6C5DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,93,206); }

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

background-color css

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

 a { background-color: rgb(108,93,206); }

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

border-color css

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

 span { border-color: rgb(108,93,206); }

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