#6B7BEF

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

Shades of Medium Slate Blue #6B7BEF

Tints of Medium Slate Blue #6B7BEF

Color information

#6B7BEF (or 0x6B7BEF) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 7B and EF. RGB value is (107,123,239). Sum of RGB (Red+Green+Blue) = 107+123+239=469 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.81% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B7BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7BEF is #948410. Grayscale: #828282. Windows color (decimal): -9733137 or 15694699. OLE color: 15694699.

HSL color Cylindrical-coordinate representation of color #6B7BEF: hue angle of 232.73º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B7BEF is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB107123239-
CMYK0.550.4900.06
HSL232.73º80.49%67.84%-
HSV(B)232.73º55.23%93.73%-
XYZ28.7323.5284.69-
YUV131.44188.7110.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.81%
GREEN value IS 123 (48.44% from 255) = 26.23%
BLUE value IS 239 (93.75% from 255) = 50.96%
R=22.81%
G=26.23%
B=50.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1071232390.550.4900.06232.7380.4967.84
Hex6B7BEF373106e95044
Octal153173357676106351120104
Binary110101111110111110111111011111000101101110100110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,123,239); }

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

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

 a { background-color: rgb(107,123,239); }

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

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

 span { border-color: rgb(107,123,239); }

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