#6B69E4

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

Shades of Medium Slate Blue #6B69E4

Tints of Medium Slate Blue #6B69E4

Color information

#6B69E4 (or 0x6B69E4) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 69 and E4. RGB value is (107,105,228). Sum of RGB (Red+Green+Blue) = 107+105+228=440 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.32% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 228 (89.45% from 255 or 51.82% from 440); Max value from RGB is 228 - color contains mainly: blue. Hex color #6B69E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B69E4 is #94961B. Grayscale: #777777. Windows color (decimal): -9737756 or 14969195. OLE color: 14969195.

HSL color Cylindrical-coordinate representation of color #6B69E4: hue angle of 240.98º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B69E4 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB107105228-
CMYK0.530.5400.11
HSL240.98º69.49%65.29%-
HSV(B)240.98º53.95%89.41%-
XYZ25.1218.8375.71-
YUV119.62189.16119-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.32%
GREEN value IS 105 (41.41% from 255) = 23.86%
BLUE value IS 228 (89.45% from 255) = 51.82%
R=24.32%
G=23.86%
B=51.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1071052280.530.5400.11240.9869.4965.29
Hex6B69E435360Bf14541
Octal1531513446566013361105101
Binary1101011110100111100100110101110110010111111000110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B69E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,105,228); }

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

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

 a { background-color: rgb(107,105,228); }

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

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

 span { border-color: rgb(107,105,228); }

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