#6F5AD8

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

Shades of Slate Blue #6F5AD8

Tints of Slate Blue #6F5AD8

Color information

#6F5AD8 (or 0x6F5AD8) is unknown color: approx Slate Blue. HEX triplet: 6F, 5A and D8. RGB value is (111,90,216). Sum of RGB (Red+Green+Blue) = 111+90+216=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 216 (84.77% from 255 or 51.80% from 417); Max value from RGB is 216 - color contains mainly: blue. Hex color #6F5AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5AD8 is #90A527. Grayscale: #6E6E6E. Windows color (decimal): -9479464 or 14178927. OLE color: 14178927.

HSL color Cylindrical-coordinate representation of color #6F5AD8: hue angle of 250º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F5AD8 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11190216-
CMYK0.490.5800.15
HSL250º61.76%60%-
HSV(B)250º58.33%84.71%-
XYZ22.6115.6566.79-
YUV110.64187.46128.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.62%
GREEN value IS 90 (35.55% from 255) = 21.58%
BLUE value IS 216 (84.77% from 255) = 51.80%
R=26.62%
G=21.58%
B=51.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal111902160.490.5800.1525061.7660
Hex6F5AD8313A0Ffa3e3c
Octal15713233061720173727674
Binary11011111011010110110001100011110100111111111010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,90,216); }

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

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

 a { background-color: rgb(111,90,216); }

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

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

 span { border-color: rgb(111,90,216); }

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