Html Css Color HEX #6E5FC9 Slate Blue

📋 copy color: '#6E5FC9'

red 110 ◦ green 95 ◦ blue 201

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

Shades of Slate Blue #6E5FC9

Tints of Slate Blue #6E5FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.51%

R = 27.09%
G = 23.4%
B = 49.51%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E5FC9 (or 0x6E5FC9) is known color: Slate Blue. HEX triplet: 6E, 5F and C9. RGB value is (110,95,201). Sum of RGB (Red+Green+Blue) = 110+95+201=406 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.09% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 201 - color contains mainly: blue. Hex color #6E5FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5FC9 is #91A036. Grayscale: #6F6F6F. Windows color (decimal): -9543735 or 13197166. OLE color: 13197166.

HSL color Cylindrical-coordinate representation of color #6E5FC9: hue angle of 248.49º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E5FC9 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 95 201 -
CMYK 0.45 0.53 0 0.21
HSL 248.49º 0.5% 0.58% -
HSV(B) 248.49º 0.53% 0.79% -
XYZ 21.07 15.72 57.18 -
YUV 111.57 178.47 126.88 -
System Red Green Blue C M Y K H S L
Decimal 110 95 201 0.45 0.53 0 0.21 248.49 0.5 0.58
Hex 6E 5F C9 2D 35 0 15 F8 32 3A
Octal 156 137 311 55 65 0 25 370 62 72
Binary 1101110 1011111 11001001 101101 110101 0 10101 11111000 110010 111010

Color Harmonies of #6E5FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5FC9

Black with #6E5FC9

Text Example


Text Example

White with #6E5FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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