Html Css Color HEX #6C5EDA Slate Blue

📋 copy color: '#6C5EDA'

red 108 ◦ green 94 ◦ blue 218

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

Shades of Slate Blue #6C5EDA

Tints of Slate Blue #6C5EDA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.38%

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

R = 25.71%
G = 22.38%
B = 51.9%

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

#6C5EDA (or 0x6C5EDA) is known color: Slate Blue. HEX triplet: 6C, 5E and DA. RGB value is (108,94,218). Sum of RGB (Red+Green+Blue) = 108+94+218=420 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.71% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #6C5EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5EDA is #93A125. Grayscale: #6F6F6F. Windows color (decimal): -9675046 or 14311020. OLE color: 14311020.

HSL color Cylindrical-coordinate representation of color #6C5EDA: hue angle of 246.77º 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 #6C5EDA is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 108 94 218 -
CMYK 0.50 0.57 0 0.15
HSL 246.77º 0.63% 0.61% -
HSV(B) 246.77º 0.57% 0.85% -
XYZ 22.84 16.26 68.26 -
YUV 112.32 187.64 124.92 -
System Red Green Blue C M Y K H S L
Decimal 108 94 218 0.50 0.57 0 0.15 246.77 0.63 0.61
Hex 6C 5E DA 32 39 0 F F7 3F 3D
Octal 154 136 332 62 71 0 17 367 77 75
Binary 1101100 1011110 11011010 110010 111001 0 1111 11110111 111111 111101

Color Harmonies of #6C5EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5EDA

Black with #6C5EDA

Text Example


Text Example

White with #6C5EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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