Html Css Color HEX #6C5CDC Slate Blue

📋 copy color: '#6C5CDC'

red 108 ◦ green 92 ◦ blue 220

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

Shades of Slate Blue #6C5CDC

Tints of Slate Blue #6C5CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.9%

 BLUE value IS 220 (86.33% from 255) = 52.38%

R = 25.71%
G = 21.9%
B = 52.38%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C5CDC (or 0x6C5CDC) is known color: Slate Blue. HEX triplet: 6C, 5C and DC. RGB value is (108,92,220). Sum of RGB (Red+Green+Blue) = 108+92+220=420 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.71% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C5CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5CDC is #93A323. Grayscale: #6E6E6E. Windows color (decimal): -9675556 or 14441580. OLE color: 14441580.

HSL color Cylindrical-coordinate representation of color #6C5CDC: hue angle of 247.5º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C5CDC is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 92 220 -
CMYK 0.51 0.58 0 0.14
HSL 247.5º 0.65% 0.61% -
HSV(B) 247.5º 0.58% 0.86% -
XYZ 22.93 16.01 69.59 -
YUV 111.38 189.3 125.59 -
System Red Green Blue C M Y K H S L
Decimal 108 92 220 0.51 0.58 0 0.14 247.5 0.65 0.61
Hex 6C 5C DC 33 3A 0 E F8 41 3D
Octal 154 134 334 63 72 0 16 370 101 75
Binary 1101100 1011100 11011100 110011 111010 0 1110 11111000 1000001 111101

Color Harmonies of #6C5CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5CDC

Black with #6C5CDC

Text Example


Text Example

White with #6C5CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,92,220); }

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

background-color css

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

 a { background-color: rgb(108,92,220); }

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

border-color css

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

 span { border-color: rgb(108,92,220); }

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