#6F5CDE

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

Shades of Slate Blue #6F5CDE

Tints of Slate Blue #6F5CDE

Color information

#6F5CDE (or 0x6F5CDE) is unknown color: approx Slate Blue. HEX triplet: 6F, 5C and DE. RGB value is (111,92,222). Sum of RGB (Red+Green+Blue) = 111+92+222=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F5CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5CDE is #90A321. Grayscale: #6F6F6F. Windows color (decimal): -9478946 or 14572655. OLE color: 14572655.

HSL color Cylindrical-coordinate representation of color #6F5CDE: hue angle of 248.77º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F5CDE is Cyan = 0.5, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11192222-
CMYK0.50.5900.13
HSL248.77º66.33%61.57%-
HSV(B)248.77º58.56%87.06%-
XYZ23.5716.3171.01-
YUV112.5189.79126.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.12%
GREEN value IS 92 (36.33% from 255) = 21.65%
BLUE value IS 222 (87.11% from 255) = 52.24%
R=26.12%
G=21.65%
B=52.24%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal111922220.50.5900.13248.7766.3361.57
Hex6F5CDE323B0Df9423e
Octal157134336627301537110276
Binary110111110111001101111011001011101101101111110011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,92,222); }

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

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

 a { background-color: rgb(111,92,222); }

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

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

 span { border-color: rgb(111,92,222); }

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