#6B59C0

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

Shades of Slate Blue #6B59C0

Tints of Slate Blue #6B59C0

Color information

#6B59C0 (or 0x6B59C0) is unknown color: approx Slate Blue. HEX triplet: 6B, 59 and C0. RGB value is (107,89,192). Sum of RGB (Red+Green+Blue) = 107+89+192=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #6B59C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B59C0 is #94A63F. Grayscale: #696969. Windows color (decimal): -9741888 or 12605803. OLE color: 12605803.

HSL color Cylindrical-coordinate representation of color #6B59C0: hue angle of 250.49º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B59C0 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10789192-
CMYK0.440.5400.25
HSL250.49º44.98%55.1%-
HSV(B)250.49º53.65%75.29%-
XYZ19.1514.0851.58-
YUV106.12176.46128.62-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.58%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 192 (75.39% from 255) = 49.48%
R=27.58%
G=22.94%
B=49.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal107891920.440.5400.25250.4944.9855.1
Hex6B59C02C36019fa2d37
Octal15313130054660313725567
Binary110101110110011100000010110011011001100111111010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B59C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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