#6F5EDC

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

Shades of Slate Blue #6F5EDC

Tints of Slate Blue #6F5EDC

Color information

#6F5EDC (or 0x6F5EDC) is unknown color: approx Slate Blue. HEX triplet: 6F, 5E and DC. RGB value is (111,94,220). Sum of RGB (Red+Green+Blue) = 111+94+220=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F5EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5EDC is #90A123. Grayscale: #707070. Windows color (decimal): -9478436 or 14442095. OLE color: 14442095.

HSL color Cylindrical-coordinate representation of color #6F5EDC: hue angle of 248.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F5EDC is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11194220-
CMYK0.500.5700.14
HSL248.1º64.29%61.57%-
HSV(B)248.1º57.27%86.27%-
XYZ23.4816.5569.67-
YUV113.45188.13126.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.12%
GREEN value IS 94 (37.11% from 255) = 22.12%
BLUE value IS 220 (86.33% from 255) = 51.76%
R=26.12%
G=22.12%
B=51.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal111942200.500.5700.14248.164.2961.57
Hex6F5EDC32390Ef8403e
Octal157136334627101637010076
Binary110111110111101101110011001011100101110111110001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,94,220); }

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

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

 a { background-color: rgb(111,94,220); }

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

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

 span { border-color: rgb(111,94,220); }

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