#6A59C8

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

Shades of Slate Blue #6A59C8

Tints of Slate Blue #6A59C8

Color information

#6A59C8 (or 0x6A59C8) is unknown color: approx Slate Blue. HEX triplet: 6A, 59 and C8. RGB value is (106,89,200). Sum of RGB (Red+Green+Blue) = 106+89+200=395 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.84% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #6A59C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A59C8 is #95A637. Grayscale: #6A6A6A. Windows color (decimal): -9807416 or 13130090. OLE color: 13130090.

HSL color Cylindrical-coordinate representation of color #6A59C8: hue angle of 249.19º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A59C8 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10689200-
CMYK0.470.5600.22
HSL249.19º50.23%56.67%-
HSV(B)249.19º55.5%78.43%-
XYZ19.9414.3856.37-
YUV106.74180.63127.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.84%
GREEN value IS 89 (35.16% from 255) = 22.53%
BLUE value IS 200 (78.52% from 255) = 50.63%
R=26.84%
G=22.53%
B=50.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal106892000.470.5600.22249.1950.2356.67
Hex6A59C82F38016f93239
Octal15213131057700263716271
Binary110101010110011100100010111111100001011011111001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A59C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,89,200); }

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

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

 a { background-color: rgb(106,89,200); }

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

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

 span { border-color: rgb(106,89,200); }

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