Html Css Color HEX #6C5ACE Slate Blue

📋 copy color: '#6C5ACE'

red 108 ◦ green 90 ◦ blue 206

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

Shades of Slate Blue #6C5ACE

Tints of Slate Blue #6C5ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.28%

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

R = 26.73%
G = 22.28%
B = 50.99%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C5ACE (or 0x6C5ACE) is known color: Slate Blue. HEX triplet: 6C, 5A and CE. RGB value is (108,90,206). Sum of RGB (Red+Green+Blue) = 108+90+206=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C5ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5ACE is #93A531. Grayscale: #6C6C6C. Windows color (decimal): -9676082 or 13523564. OLE color: 13523564.

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

Color convert

RGB 108 90 206 -
CMYK 0.48 0.56 0 0.19
HSL 249.31º 0.54% 0.58% -
HSV(B) 249.31º 0.56% 0.81% -
XYZ 20.98 14.96 60.17 -
YUV 108.61 182.96 127.57 -
System Red Green Blue C M Y K H S L
Decimal 108 90 206 0.48 0.56 0 0.19 249.31 0.54 0.58
Hex 6C 5A CE 30 38 0 13 F9 36 3A
Octal 154 132 316 60 70 0 23 371 66 72
Binary 1101100 1011010 11001110 110000 111000 0 10011 11111001 110110 111010

Color Harmonies of #6C5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5ACE

Black with #6C5ACE

Text Example


Text Example

White with #6C5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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