#6F56C0

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

Shades of Slate Blue #6F56C0

Tints of Slate Blue #6F56C0

Color information

#6F56C0 (or 0x6F56C0) is unknown color: approx Slate Blue. HEX triplet: 6F, 56 and C0. RGB value is (111,86,192). Sum of RGB (Red+Green+Blue) = 111+86+192=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #6F56C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F56C0 is #90A93F. Grayscale: #696969. Windows color (decimal): -9480512 or 12605039. OLE color: 12605039.

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

Color convert

RGB11186192-
CMYK0.420.5500.25
HSL254.15º45.69%54.51%-
HSV(B)254.15º55.21%75.29%-
XYZ19.413.8451.52-
YUV105.56176.78131.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.53%
GREEN value IS 86 (33.98% from 255) = 22.11%
BLUE value IS 192 (75.39% from 255) = 49.36%
R=28.53%
G=22.11%
B=49.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111861920.420.5500.25254.1545.6954.51
Hex6F56C02A37019fe2e37
Octal15712630052670313765667
Binary110111110101101100000010101011011101100111111110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F56C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,86,192); }

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

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

 a { background-color: rgb(111,86,192); }

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

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

 span { border-color: rgb(111,86,192); }

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