#6B65E1

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

Shades of Medium Slate Blue #6B65E1

Tints of Medium Slate Blue #6B65E1

Color information

#6B65E1 (or 0x6B65E1) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 65 and E1. RGB value is (107,101,225). Sum of RGB (Red+Green+Blue) = 107+101+225=433 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.71% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #6B65E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B65E1 is #949A1E. Grayscale: #747474. Windows color (decimal): -9738783 or 14771563. OLE color: 14771563.

HSL color Cylindrical-coordinate representation of color #6B65E1: hue angle of 242.9º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B65E1 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB107101225-
CMYK0.520.5500.12
HSL242.9º67.39%63.92%-
HSV(B)242.9º55.11%88.24%-
XYZ24.3117.8773.4-
YUV116.93188.99120.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.71%
GREEN value IS 101 (39.84% from 255) = 23.33%
BLUE value IS 225 (88.28% from 255) = 51.96%
R=24.71%
G=23.33%
B=51.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1071012250.520.5500.12242.967.3963.92
Hex6B65E134370Cf34340
Octal1531453416467014363103100
Binary1101011110010111100001110100110111011001111001110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B65E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,101,225); }

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

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

 a { background-color: rgb(107,101,225); }

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

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

 span { border-color: rgb(107,101,225); }

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