Html Css Color HEX #6E5CDA Slate Blue

📋 copy color: '#6E5CDA'

red 110 ◦ green 92 ◦ blue 218

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

Shades of Slate Blue #6E5CDA

Tints of Slate Blue #6E5CDA

RGB

 RED value IS 110 (43.36% from 255) = 26.19%

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

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

R = 26.19%
G = 21.9%
B = 51.9%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6E5CDA (or 0x6E5CDA) is known color: Slate Blue. HEX triplet: 6E, 5C and DA. RGB value is (110,92,218). Sum of RGB (Red+Green+Blue) = 110+92+218=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 92 (36.33% from 255 or 21.90% 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 #6E5CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5CDA is #91A325. Grayscale: #6F6F6F. Windows color (decimal): -9544486 or 14310510. OLE color: 14310510.

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

Color convert

RGB 110 92 218 -
CMYK 0.50 0.58 0 0.15
HSL 248.57º 0.63% 0.61% -
HSV(B) 248.57º 0.58% 0.85% -
XYZ 22.91 16.03 68.22 -
YUV 111.75 187.96 126.75 -
System Red Green Blue C M Y K H S L
Decimal 110 92 218 0.50 0.58 0 0.15 248.57 0.63 0.61
Hex 6E 5C DA 32 3A 0 F F9 3F 3D
Octal 156 134 332 62 72 0 17 371 77 75
Binary 1101110 1011100 11011010 110010 111010 0 1111 11111001 111111 111101

Color Harmonies of #6E5CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5CDA

Black with #6E5CDA

Text Example


Text Example

White with #6E5CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,92,218); }

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

background-color css

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

 a { background-color: rgb(110,92,218); }

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

border-color css

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

 span { border-color: rgb(110,92,218); }

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