#6F5BD6

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

Shades of Slate Blue #6F5BD6

Tints of Slate Blue #6F5BD6

Color information

#6F5BD6 (or 0x6F5BD6) is unknown color: approx Slate Blue. HEX triplet: 6F, 5B and D6. RGB value is (111,91,214). Sum of RGB (Red+Green+Blue) = 111+91+214=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 214 (83.98% from 255 or 51.44% from 416); Max value from RGB is 214 - color contains mainly: blue. Hex color #6F5BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5BD6 is #90A429. Grayscale: #6E6E6E. Windows color (decimal): -9479210 or 14048111. OLE color: 14048111.

HSL color Cylindrical-coordinate representation of color #6F5BD6: hue angle of 249.76º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F5BD6 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11191214-
CMYK0.480.5700.16
HSL249.76º60%59.8%-
HSV(B)249.76º57.48%83.92%-
XYZ22.4315.7265.47-
YUV111186.13128-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.68%
GREEN value IS 91 (35.94% from 255) = 21.88%
BLUE value IS 214 (83.98% from 255) = 51.44%
R=26.68%
G=21.88%
B=51.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal111912140.480.5700.16249.766059.8
Hex6F5BD63039010fa3c3c
Octal15713332660710203727474
Binary110111110110111101011011000011100101000011111010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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