#6F5FD1

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

Shades of Slate Blue #6F5FD1

Tints of Slate Blue #6F5FD1

Color information

#6F5FD1 (or 0x6F5FD1) is unknown color: approx Slate Blue. HEX triplet: 6F, 5F and D1. RGB value is (111,95,209). Sum of RGB (Red+Green+Blue) = 111+95+209=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 209 (82.03% from 255 or 50.36% from 415); Max value from RGB is 209 - color contains mainly: blue. Hex color #6F5FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5FD1 is #90A02E. Grayscale: #707070. Windows color (decimal): -9478191 or 13721455. OLE color: 13721455.

HSL color Cylindrical-coordinate representation of color #6F5FD1: hue angle of 248.42º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F5FD1 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11195209-
CMYK0.470.5500.18
HSL248.42º55.34%59.61%-
HSV(B)248.42º54.55%81.96%-
XYZ22.1616.1762.27-
YUV112.78182.3126.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.75%
GREEN value IS 95 (37.5% from 255) = 22.89%
BLUE value IS 209 (82.03% from 255) = 50.36%
R=26.75%
G=22.89%
B=50.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal111952090.470.5500.18248.4255.3459.61
Hex6F5FD12F37012f8373c
Octal15713732157670223706774
Binary110111110111111101000110111111011101001011111000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,95,209); }

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

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

 a { background-color: rgb(111,95,209); }

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

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

 span { border-color: rgb(111,95,209); }

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