Html Css Color HEX #6C5DDA Slate Blue

📋 copy color: '#6C5DDA'

red 108 ◦ green 93 ◦ blue 218

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

Shades of Slate Blue #6C5DDA

Tints of Slate Blue #6C5DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.03%

R = 25.78%
G = 22.2%
B = 52.03%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6C5DDA (or 0x6C5DDA) is known color: Slate Blue. HEX triplet: 6C, 5D and DA. RGB value is (108,93,218). Sum of RGB (Red+Green+Blue) = 108+93+218=419 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.78% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #6C5DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5DDA is #93A225. Grayscale: #6F6F6F. Windows color (decimal): -9675302 or 14310764. OLE color: 14310764.

HSL color Cylindrical-coordinate representation of color #6C5DDA: hue angle of 247.2º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C5DDA is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 108 93 218 -
CMYK 0.50 0.57 0 0.15
HSL 247.2º 0.63% 0.61% -
HSV(B) 247.2º 0.57% 0.85% -
XYZ 22.75 16.08 68.23 -
YUV 111.74 187.97 125.34 -
System Red Green Blue C M Y K H S L
Decimal 108 93 218 0.50 0.57 0 0.15 247.2 0.63 0.61
Hex 6C 5D DA 32 39 0 F F7 3F 3D
Octal 154 135 332 62 71 0 17 367 77 75
Binary 1101100 1011101 11011010 110010 111001 0 1111 11110111 111111 111101

Color Harmonies of #6C5DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5DDA

Black with #6C5DDA

Text Example


Text Example

White with #6C5DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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