#6F7BE6

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

Shades of Medium Slate Blue #6F7BE6

Tints of Medium Slate Blue #6F7BE6

Color information

#6F7BE6 (or 0x6F7BE6) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 7B and E6. RGB value is (111,123,230). Sum of RGB (Red+Green+Blue) = 111+123+230=464 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.92% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 230 (90.23% from 255 or 49.57% from 464); Max value from RGB is 230 - color contains mainly: blue. Hex color #6F7BE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7BE6 is #908419. Grayscale: #838383. Windows color (decimal): -9471002 or 15104879. OLE color: 15104879.

HSL color Cylindrical-coordinate representation of color #6F7BE6: hue angle of 233.95º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F7BE6 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB111123230-
CMYK0.520.4700.10
HSL233.95º70.41%66.86%-
HSV(B)233.95º51.74%90.2%-
XYZ27.9223.2677.88-
YUV131.61183.52113.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.92%
GREEN value IS 123 (48.44% from 255) = 26.51%
BLUE value IS 230 (90.23% from 255) = 49.57%
R=23.92%
G=26.51%
B=49.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1111232300.520.4700.10233.9570.4166.86
Hex6F7BE6342F0Aea4643
Octal1571733466457012352106103
Binary1101111111101111100110110100101111010101110101010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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