#6B59C8

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

Shades of Slate Blue #6B59C8

Tints of Slate Blue #6B59C8

Color information

#6B59C8 (or 0x6B59C8) is unknown color: approx Slate Blue. HEX triplet: 6B, 59 and C8. RGB value is (107,89,200). Sum of RGB (Red+Green+Blue) = 107+89+200=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 200 (78.52% from 255 or 50.51% from 396); Max value from RGB is 200 - color contains mainly: blue. Hex color #6B59C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B59C8 is #94A637. Grayscale: #6A6A6A. Windows color (decimal): -9741880 or 13130091. OLE color: 13130091.

HSL color Cylindrical-coordinate representation of color #6B59C8: hue angle of 249.73º 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 #6B59C8 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10789200-
CMYK0.460.5600.22
HSL249.73º50.23%56.67%-
HSV(B)249.73º55.5%78.43%-
XYZ20.0614.4456.37-
YUV107.04180.46127.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.02%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 200 (78.52% from 255) = 50.51%
R=27.02%
G=22.47%
B=50.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal107892000.460.5600.22249.7350.2356.67
Hex6B59C82E38016fa3239
Octal15313131056700263726271
Binary110101110110011100100010111011100001011011111010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B59C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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