Html Css Color HEX #6E5BDA Slate Blue

📋 copy color: '#6E5BDA'

red 110 ◦ green 91 ◦ blue 218

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

Shades of Slate Blue #6E5BDA

Tints of Slate Blue #6E5BDA

RGB

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

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

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

R = 26.25%
G = 21.72%
B = 52.03%

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

#6E5BDA (or 0x6E5BDA) is known color: Slate Blue. HEX triplet: 6E, 5B and DA. RGB value is (110,91,218). Sum of RGB (Red+Green+Blue) = 110+91+218=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 91 (35.94% from 255 or 21.72% 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 #6E5BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5BDA is #91A425. Grayscale: #6E6E6E. Windows color (decimal): -9544742 or 14310254. OLE color: 14310254.

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

Color convert

RGB 110 91 218 -
CMYK 0.50 0.58 0 0.15
HSL 248.98º 0.63% 0.61% -
HSV(B) 248.98º 0.58% 0.85% -
XYZ 22.83 15.86 68.19 -
YUV 111.16 188.29 127.17 -
System Red Green Blue C M Y K H S L
Decimal 110 91 218 0.50 0.58 0 0.15 248.98 0.63 0.61
Hex 6E 5B DA 32 3A 0 F F9 3F 3D
Octal 156 133 332 62 72 0 17 371 77 75
Binary 1101110 1011011 11011010 110010 111010 0 1111 11111001 111111 111101

Color Harmonies of #6E5BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5BDA

Black with #6E5BDA

Text Example


Text Example

White with #6E5BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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