Html Css Color HEX #6C5BCD Slate Blue

📋 copy color: '#6C5BCD'

red 108 ◦ green 91 ◦ blue 205

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

Shades of Slate Blue #6C5BCD

Tints of Slate Blue #6C5BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.52%

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 26.73%
G = 22.52%
B = 50.74%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6C5BCD (or 0x6C5BCD) is known color: Slate Blue. HEX triplet: 6C, 5B and CD. RGB value is (108,91,205). Sum of RGB (Red+Green+Blue) = 108+91+205=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C5BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5BCD is #93A432. Grayscale: #6C6C6C. Windows color (decimal): -9675827 or 13458284. OLE color: 13458284.

HSL color Cylindrical-coordinate representation of color #6C5BCD: hue angle of 248.95º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C5BCD is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 91 205 -
CMYK 0.47 0.56 0 0.20
HSL 248.95º 0.53% 0.58% -
HSV(B) 248.95º 0.56% 0.8% -
XYZ 20.94 15.08 59.56 -
YUV 109.08 182.13 127.23 -
System Red Green Blue C M Y K H S L
Decimal 108 91 205 0.47 0.56 0 0.20 248.95 0.53 0.58
Hex 6C 5B CD 2F 38 0 14 F9 35 3A
Octal 154 133 315 57 70 0 24 371 65 72
Binary 1101100 1011011 11001101 101111 111000 0 10100 11111001 110101 111010

Color Harmonies of #6C5BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5BCD

Black with #6C5BCD

Text Example


Text Example

White with #6C5BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,91,205); }

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

background-color css

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

 a { background-color: rgb(108,91,205); }

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

border-color css

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

 span { border-color: rgb(108,91,205); }

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