#6f59de

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

Shades of Slate Blue #6F59DE

Tints of Slate Blue #6F59DE

Color information

#6F59DE (or 0x6F59DE) is unknown color: approx Slate Blue. HEX triplet: 6F, 59 and DE. RGB value is (111,89,222). Sum of RGB (Red+Green+Blue) = 111+89+222=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F59DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F59DE is #90A621. Grayscale: #6E6E6E. Windows color (decimal): -9479714 or 14571887. OLE color: 14571887.

HSL color Cylindrical-coordinate representation of color #6F59DE: hue angle of 249.92º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F59DE is Cyan = 0.5, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11189222-
CMYK0.50.6000.13
HSL249.92º66.83%60.98%-
HSV(B)249.92º59.91%87.06%-
XYZ23.3115.870.93-
YUV110.74190.79128.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.30%
GREEN value IS 89 (35.16% from 255) = 21.09%
BLUE value IS 222 (87.11% from 255) = 52.61%
R=26.30%
G=21.09%
B=52.61%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal111892220.50.6000.13249.9266.8360.98
Hex6F59DE323C0Dfa433d
Octal157131336627401537210375
Binary110111110110011101111011001011110001101111110101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f59de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,89,222); }

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

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

 a { background-color: rgb(111,89,222); }

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

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

 span { border-color: rgb(111,89,222); }

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