Html Css Color HEX #6E5BCA Slate Blue

📋 copy color: '#6E5BCA'

red 110 ◦ green 91 ◦ blue 202

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

Shades of Slate Blue #6E5BCA

Tints of Slate Blue #6E5BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.12%

R = 27.3%
G = 22.58%
B = 50.12%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E5BCA (or 0x6E5BCA) is known color: Slate Blue. HEX triplet: 6E, 5B and CA. RGB value is (110,91,202). Sum of RGB (Red+Green+Blue) = 110+91+202=403 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.30% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E5BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5BCA is #91A435. Grayscale: #6C6C6C. Windows color (decimal): -9544758 or 13261678. OLE color: 13261678.

HSL color Cylindrical-coordinate representation of color #6E5BCA: hue angle of 250.27º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E5BCA is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 91 202 -
CMYK 0.46 0.55 0 0.21
HSL 250.27º 0.51% 0.57% -
HSV(B) 250.27º 0.55% 0.79% -
XYZ 20.83 15.06 57.69 -
YUV 109.34 180.29 128.47 -
System Red Green Blue C M Y K H S L
Decimal 110 91 202 0.46 0.55 0 0.21 250.27 0.51 0.57
Hex 6E 5B CA 2E 37 0 15 FA 33 39
Octal 156 133 312 56 67 0 25 372 63 71
Binary 1101110 1011011 11001010 101110 110111 0 10101 11111010 110011 111001

Color Harmonies of #6E5BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5BCA

Black with #6E5BCA

Text Example


Text Example

White with #6E5BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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