#6F5BDC

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

Shades of Slate Blue #6F5BDC

Tints of Slate Blue #6F5BDC

Color information

#6F5BDC (or 0x6F5BDC) is unknown color: approx Slate Blue. HEX triplet: 6F, 5B and DC. RGB value is (111,91,220). Sum of RGB (Red+Green+Blue) = 111+91+220=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F5BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5BDC is #90A423. Grayscale: #6F6F6F. Windows color (decimal): -9479204 or 14441327. OLE color: 14441327.

HSL color Cylindrical-coordinate representation of color #6F5BDC: hue angle of 249.3º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F5BDC is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11191220-
CMYK0.500.5900.14
HSL249.3º64.82%60.98%-
HSV(B)249.3º58.64%86.27%-
XYZ23.2116.0369.58-
YUV111.69189.13127.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.30%
GREEN value IS 91 (35.94% from 255) = 21.56%
BLUE value IS 220 (86.33% from 255) = 52.13%
R=26.30%
G=21.56%
B=52.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal111912200.500.5900.14249.364.8260.98
Hex6F5BDC323B0Ef9413d
Octal157133334627301637110175
Binary110111110110111101110011001011101101110111110011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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