#6F5BC0

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

Shades of Slate Blue #6F5BC0

Tints of Slate Blue #6F5BC0

Color information

#6F5BC0 (or 0x6F5BC0) is unknown color: approx Slate Blue. HEX triplet: 6F, 5B and C0. RGB value is (111,91,192). Sum of RGB (Red+Green+Blue) = 111+91+192=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #6F5BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5BC0 is #90A43F. Grayscale: #6C6C6C. Windows color (decimal): -9479232 or 12606319. OLE color: 12606319.

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

Color convert

RGB11191192-
CMYK0.420.5300.25
HSL251.88º44.49%55.49%-
HSV(B)251.88º52.6%75.29%-
XYZ19.8114.6751.66-
YUV108.49175.13129.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.17%
GREEN value IS 91 (35.94% from 255) = 23.10%
BLUE value IS 192 (75.39% from 255) = 48.73%
R=28.17%
G=23.10%
B=48.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111911920.420.5300.25251.8844.4955.49
Hex6F5BC02A35019fc2c37
Octal15713330052650313745467
Binary110111110110111100000010101011010101100111111100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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