#6E42DB

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

Shades of Slate Blue #6E42DB

Tints of Slate Blue #6E42DB

Color information

#6E42DB (or 0x6E42DB) is unknown color: approx Slate Blue. HEX triplet: 6E, 42 and DB. RGB value is (110,66,219). Sum of RGB (Red+Green+Blue) = 110+66+219=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E42DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E42DB is #91BD24. Grayscale: #606060. Windows color (decimal): -9551141 or 14369390. OLE color: 14369390.

HSL color Cylindrical-coordinate representation of color #6E42DB: hue angle of 257.25º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E42DB is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11066219-
CMYK0.500.7000.14
HSL257.25º68%55.88%-
HSV(B)257.25º69.86%85.88%-
XYZ21.1612.3368.28-
YUV96.6197.08137.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.85%
GREEN value IS 66 (26.17% from 255) = 16.71%
BLUE value IS 219 (85.94% from 255) = 55.44%
R=27.85%
G=16.71%
B=55.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal110662190.500.7000.14257.256855.88
Hex6E42DB32460E1014438
Octal1561023336210601640110470
Binary11011101000010110110111100101000110011101000000011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E42DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,66,219); }

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

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

 a { background-color: rgb(110,66,219); }

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

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

 span { border-color: rgb(110,66,219); }

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