#6F65EE

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

Shades of Medium Slate Blue #6F65EE

Tints of Medium Slate Blue #6F65EE

Color information

#6F65EE (or 0x6F65EE) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 65 and EE. RGB value is (111,101,238). Sum of RGB (Red+Green+Blue) = 111+101+238=450 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.67% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #6F65EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F65EE is #909A11. Grayscale: #777777. Windows color (decimal): -9476626 or 15623535. OLE color: 15623535.

HSL color Cylindrical-coordinate representation of color #6F65EE: hue angle of 244.38º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F65EE is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB111101238-
CMYK0.530.5800.07
HSL244.38º80.12%66.47%-
HSV(B)244.38º57.56%93.33%-
XYZ26.6418.8683.13-
YUV119.61194.81121.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.67%
GREEN value IS 101 (39.84% from 255) = 22.44%
BLUE value IS 238 (93.36% from 255) = 52.89%
R=24.67%
G=22.44%
B=52.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1111012380.530.5800.07244.3880.1266.47
Hex6F65EE353A07f45042
Octal157145356657207364120102
Binary110111111001011110111011010111101001111111010010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F65EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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