#6F7BDE

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

Shades of Medium Slate Blue #6F7BDE

Tints of Medium Slate Blue #6F7BDE

Color information

#6F7BDE (or 0x6F7BDE) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 7B and DE. RGB value is (111,123,222). Sum of RGB (Red+Green+Blue) = 111+123+222=456 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.34% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F7BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7BDE is #908421. Grayscale: #828282. Windows color (decimal): -9471010 or 14580591. OLE color: 14580591.

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

Color convert

RGB111123222-
CMYK0.50.4500.13
HSL233.51º62.71%65.29%-
HSV(B)233.51º50%87.06%-
XYZ26.8222.8272.1-
YUV130.7179.52113.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.34%
GREEN value IS 123 (48.44% from 255) = 26.97%
BLUE value IS 222 (87.11% from 255) = 48.68%
R=24.34%
G=26.97%
B=48.68%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111232220.50.4500.13233.5162.7165.29
Hex6F7BDE322D0Dea3f41
Octal157173336625501535277101
Binary110111111110111101111011001010110101101111010101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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