#6F65E2

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

Shades of Medium Slate Blue #6F65E2

Tints of Medium Slate Blue #6F65E2

Color information

#6F65E2 (or 0x6F65E2) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 65 and E2. RGB value is (111,101,226). Sum of RGB (Red+Green+Blue) = 111+101+226=438 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.34% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 226 (88.67% from 255 or 51.60% from 438); Max value from RGB is 226 - color contains mainly: blue. Hex color #6F65E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F65E2 is #909A1D. Grayscale: #757575. Windows color (decimal): -9476638 or 14837103. OLE color: 14837103.

HSL color Cylindrical-coordinate representation of color #6F65E2: hue angle of 244.8º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F65E2 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB111101226-
CMYK0.510.5500.11
HSL244.8º68.31%64.12%-
HSV(B)244.8º55.31%88.63%-
XYZ24.9418.1874.15-
YUV118.24188.81122.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.34%
GREEN value IS 101 (39.84% from 255) = 23.06%
BLUE value IS 226 (88.67% from 255) = 51.60%
R=25.34%
G=23.06%
B=51.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1111012260.510.5500.11244.868.3164.12
Hex6F65E233370Bf54440
Octal1571453426367013365104100
Binary1101111110010111100010110011110111010111111010110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F65E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,101,226); }

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

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

 a { background-color: rgb(111,101,226); }

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

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

 span { border-color: rgb(111,101,226); }

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