#6F65FD

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

Shades of Medium Slate Blue #6F65FD

Tints of Medium Slate Blue #6F65FD

Color information

#6F65FD (or 0x6F65FD) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 65 and FD. RGB value is (111,101,253). Sum of RGB (Red+Green+Blue) = 111+101+253=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F65FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F65FD is #909A02. Grayscale: #787878. Windows color (decimal): -9476611 or 16606575. OLE color: 16606575.

HSL color Cylindrical-coordinate representation of color #6F65FD: hue angle of 243.95º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F65FD is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB111101253-
CMYK0.560.6000.01
HSL243.95º97.44%69.41%-
HSV(B)243.95º60.08%99.22%-
XYZ28.9419.7895.22-
YUV121.32202.31120.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.87%
GREEN value IS 101 (39.84% from 255) = 21.72%
BLUE value IS 253 (99.22% from 255) = 54.41%
R=23.87%
G=21.72%
B=54.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1111012530.560.6000.01243.9597.4469.41
Hex6F65FD383C01f46145
Octal157145375707401364141105
Binary1101111110010111111101111000111100011111010011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F65FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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