#6E3FDE

Color #6E3FDE Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6E3FDE

Tints of Slate Blue #6E3FDE

Color information

#6E3FDE (or 0x6E3FDE) is unknown color: approx Slate Blue. HEX triplet: 6E, 3F and DE. RGB value is (110,63,222). Sum of RGB (Red+Green+Blue) = 110+63+222=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #6E3FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3FDE is #91C021. Grayscale: #5E5E5E. Windows color (decimal): -9551906 or 14565230. OLE color: 14565230.

HSL color Cylindrical-coordinate representation of color #6E3FDE: hue angle of 257.74º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E3FDE is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11063222-
CMYK0.500.7200.13
HSL257.74º70.67%55.88%-
HSV(B)257.74º71.62%87.06%-
XYZ21.3912.1470.32-
YUV95.18199.57138.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.85%
GREEN value IS 63 (25% from 255) = 15.95%
BLUE value IS 222 (87.11% from 255) = 56.20%
R=27.85%
G=15.95%
B=56.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal110632220.500.7200.13257.7470.6755.88
Hex6E3FDE32480D1024738
Octal156773366211001540210770
Binary1101110111111110111101100101001000011011000000101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,63,222); }

 H1.HeaderClassName
 {
   color: #6E3FDE;
 }
 .AnyTagClassName
 {
   color: #6E3FDE;
 }
</style>
background-color css

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

 a { background-color: rgb(110,63,222); }

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

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

 span { border-color: rgb(110,63,222); }

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