Html Css Color HEX #6E55CE Slate Blue

📋 copy color: '#6E55CE'

red 110 ◦ green 85 ◦ blue 206

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

Shades of Slate Blue #6E55CE

Tints of Slate Blue #6E55CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.2%

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

R = 27.43%
G = 21.2%
B = 51.37%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E55CE (or 0x6E55CE) is known color: Slate Blue. HEX triplet: 6E, 55 and CE. RGB value is (110,85,206). Sum of RGB (Red+Green+Blue) = 110+85+206=401 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.43% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E55CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E55CE is #91AA31. Grayscale: #696969. Windows color (decimal): -9546290 or 13522286. OLE color: 13522286.

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

Color convert

RGB 110 85 206 -
CMYK 0.47 0.59 0 0.19
HSL 252.4º 0.55% 0.57% -
HSV(B) 252.4º 0.59% 0.81% -
XYZ 20.82 14.27 60.05 -
YUV 106.27 184.28 130.66 -
System Red Green Blue C M Y K H S L
Decimal 110 85 206 0.47 0.59 0 0.19 252.4 0.55 0.57
Hex 6E 55 CE 2F 3B 0 13 FC 37 39
Octal 156 125 316 57 73 0 23 374 67 71
Binary 1101110 1010101 11001110 101111 111011 0 10011 11111100 110111 111001

Color Harmonies of #6E55CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E55CE

Black with #6E55CE

Text Example


Text Example

White with #6E55CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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