#6E59CB

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

Shades of Slate Blue #6E59CB

Tints of Slate Blue #6E59CB

Color information

#6E59CB (or 0x6E59CB) is unknown color: approx Slate Blue. HEX triplet: 6E, 59 and CB. RGB value is (110,89,203). Sum of RGB (Red+Green+Blue) = 110+89+203=402 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.36% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E59CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E59CB is #91A634. Grayscale: #6B6B6B. Windows color (decimal): -9545269 or 13326702. OLE color: 13326702.

HSL color Cylindrical-coordinate representation of color #6E59CB: hue angle of 251.05º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E59CB is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11089203-
CMYK0.460.5600.20
HSL251.05º52.29%57.25%-
HSV(B)251.05º56.16%79.61%-
XYZ20.7814.7758.26-
YUV108.28181.46129.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.36%
GREEN value IS 89 (35.16% from 255) = 22.14%
BLUE value IS 203 (79.69% from 255) = 50.50%
R=27.36%
G=22.14%
B=50.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal110892030.460.5600.20251.0552.2957.25
Hex6E59CB2E38014fb3439
Octal15613131356700243736471
Binary110111010110011100101110111011100001010011111011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E59CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,89,203); }

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

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

 a { background-color: rgb(110,89,203); }

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

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

 span { border-color: rgb(110,89,203); }

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