#6C59D0

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

Shades of Slate Blue #6C59D0

Tints of Slate Blue #6C59D0

Color information

#6C59D0 (or 0x6C59D0) is unknown color: approx Slate Blue. HEX triplet: 6C, 59 and D0. RGB value is (108,89,208). Sum of RGB (Red+Green+Blue) = 108+89+208=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #6C59D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C59D0 is #93A62F. Grayscale: #6B6B6B. Windows color (decimal): -9676336 or 13654380. OLE color: 13654380.

HSL color Cylindrical-coordinate representation of color #6C59D0: hue angle of 249.58º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C59D0 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10889208-
CMYK0.480.5700.18
HSL249.58º55.87%58.24%-
HSV(B)249.58º57.21%81.57%-
XYZ21.1414.8961.43-
YUV108.25184.29127.82-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.67%
GREEN value IS 89 (35.16% from 255) = 21.98%
BLUE value IS 208 (81.64% from 255) = 51.36%
R=26.67%
G=21.98%
B=51.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal108892080.480.5700.18249.5855.8758.24
Hex6C59D03039012fa383a
Octal15413132060710223727072
Binary110110010110011101000011000011100101001011111010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C59D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,89,208); }

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

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

 a { background-color: rgb(108,89,208); }

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

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

 span { border-color: rgb(108,89,208); }

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