#6E55DB

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

Shades of Slate Blue #6E55DB

Tints of Slate Blue #6E55DB

Color information

#6E55DB (or 0x6E55DB) is unknown color: approx Slate Blue. HEX triplet: 6E, 55 and DB. RGB value is (110,85,219). Sum of RGB (Red+Green+Blue) = 110+85+219=414 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.57% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E55DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E55DB is #91AA24. Grayscale: #6B6B6B. Windows color (decimal): -9546277 or 14374254. OLE color: 14374254.

HSL color Cylindrical-coordinate representation of color #6E55DB: hue angle of 251.19º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E55DB is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11085219-
CMYK0.500.6100.14
HSL251.19º65.05%59.61%-
HSV(B)251.19º61.19%85.88%-
XYZ22.4714.9368.71-
YUV107.75190.78129.6-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.57%
GREEN value IS 85 (33.59% from 255) = 20.53%
BLUE value IS 219 (85.94% from 255) = 52.90%
R=26.57%
G=20.53%
B=52.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal110852190.500.6100.14251.1965.0559.61
Hex6E55DB323D0Efb413c
Octal156125333627501637310174
Binary110111010101011101101111001011110101110111110111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E55DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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