#6F5ADB

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

Shades of Slate Blue #6F5ADB

Tints of Slate Blue #6F5ADB

Color information

#6F5ADB (or 0x6F5ADB) is unknown color: approx Slate Blue. HEX triplet: 6F, 5A and DB. RGB value is (111,90,219). Sum of RGB (Red+Green+Blue) = 111+90+219=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F5ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5ADB is #90A524. Grayscale: #6E6E6E. Windows color (decimal): -9479461 or 14375535. OLE color: 14375535.

HSL color Cylindrical-coordinate representation of color #6F5ADB: hue angle of 249.77º degrees, saturation: 0.64, 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 #6F5ADB is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11190219-
CMYK0.490.5900.14
HSL249.77º64.18%60.59%-
HSV(B)249.77º58.9%85.88%-
XYZ2315.8168.86-
YUV110.99188.96128.01-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.43%
GREEN value IS 90 (35.55% from 255) = 21.43%
BLUE value IS 219 (85.94% from 255) = 52.14%
R=26.43%
G=21.43%
B=52.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal111902190.490.5900.14249.7764.1860.59
Hex6F5ADB313B0Efa403d
Octal157132333617301637210075
Binary110111110110101101101111000111101101110111110101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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