#6F59DF

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

Shades of Slate Blue #6F59DF

Tints of Slate Blue #6F59DF

Color information

#6F59DF (or 0x6F59DF) is unknown color: approx Slate Blue. HEX triplet: 6F, 59 and DF. RGB value is (111,89,223). Sum of RGB (Red+Green+Blue) = 111+89+223=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F59DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F59DF is #90A620. Grayscale: #6E6E6E. Windows color (decimal): -9479713 or 14637423. OLE color: 14637423.

HSL color Cylindrical-coordinate representation of color #6F59DF: hue angle of 249.85º degrees, saturation: 0.68, 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 #6F59DF is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11189223-
CMYK0.500.6000.13
HSL249.85º67.68%61.18%-
HSV(B)249.85º60.09%87.45%-
XYZ23.4515.8571.64-
YUV110.85191.29128.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.24%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 223 (87.5% from 255) = 52.72%
R=26.24%
G=21.04%
B=52.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal111892230.500.6000.13249.8567.6861.18
Hex6F59DF323C0Dfa443d
Octal157131337627401537210475
Binary110111110110011101111111001011110001101111110101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F59DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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