Html Css Color HEX #6C5FCD Slate Blue

📋 copy color: '#6C5FCD'

red 108 ◦ green 95 ◦ blue 205

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

Shades of Slate Blue #6C5FCD

Tints of Slate Blue #6C5FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.28%

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

R = 26.47%
G = 23.28%
B = 50.25%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6C5FCD (or 0x6C5FCD) is known color: Slate Blue. HEX triplet: 6C, 5F and CD. RGB value is (108,95,205). Sum of RGB (Red+Green+Blue) = 108+95+205=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C5FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5FCD is #93A032. Grayscale: #6E6E6E. Windows color (decimal): -9674803 or 13459308. OLE color: 13459308.

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

Color convert

RGB 108 95 205 -
CMYK 0.47 0.54 0 0.20
HSL 247.09º 0.52% 0.59% -
HSV(B) 247.09º 0.54% 0.8% -
XYZ 21.3 15.78 59.68 -
YUV 111.43 180.81 125.56 -
System Red Green Blue C M Y K H S L
Decimal 108 95 205 0.47 0.54 0 0.20 247.09 0.52 0.59
Hex 6C 5F CD 2F 36 0 14 F7 34 3B
Octal 154 137 315 57 66 0 24 367 64 73
Binary 1101100 1011111 11001101 101111 110110 0 10100 11110111 110100 111011

Color Harmonies of #6C5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5FCD

Black with #6C5FCD

Text Example


Text Example

White with #6C5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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