Html Css Color HEX #6E5FCE Slate Blue

📋 copy color: '#6E5FCE'

red 110 ◦ green 95 ◦ blue 206

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

Shades of Slate Blue #6E5FCE

Tints of Slate Blue #6E5FCE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.11%

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 26.76%
G = 23.11%
B = 50.12%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E5FCE (or 0x6E5FCE) is known color: Slate Blue. HEX triplet: 6E, 5F and CE. RGB value is (110,95,206). Sum of RGB (Red+Green+Blue) = 110+95+206=411 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.76% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E5FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5FCE is #91A031. Grayscale: #6F6F6F. Windows color (decimal): -9543730 or 13524846. OLE color: 13524846.

HSL color Cylindrical-coordinate representation of color #6E5FCE: hue angle of 248.11º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E5FCE is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 95 206 -
CMYK 0.47 0.54 0 0.19
HSL 248.11º 0.53% 0.59% -
HSV(B) 248.11º 0.54% 0.81% -
XYZ 21.66 15.96 60.33 -
YUV 112.14 180.97 126.47 -
System Red Green Blue C M Y K H S L
Decimal 110 95 206 0.47 0.54 0 0.19 248.11 0.53 0.59
Hex 6E 5F CE 2F 36 0 13 F8 35 3B
Octal 156 137 316 57 66 0 23 370 65 73
Binary 1101110 1011111 11001110 101111 110110 0 10011 11111000 110101 111011

Color Harmonies of #6E5FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5FCE

Black with #6E5FCE

Text Example


Text Example

White with #6E5FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,95,206); }

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

background-color css

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

 a { background-color: rgb(110,95,206); }

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

border-color css

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

 span { border-color: rgb(110,95,206); }

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