#6F69FE

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

Shades of Medium Slate Blue #6F69FE

Tints of Medium Slate Blue #6F69FE

Color information

#6F69FE (or 0x6F69FE) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 69 and FE. RGB value is (111,105,254). Sum of RGB (Red+Green+Blue) = 111+105+254=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F69FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F69FE is #909601. Grayscale: #7B7B7B. Windows color (decimal): -9475586 or 16673135. OLE color: 16673135.

HSL color Cylindrical-coordinate representation of color #6F69FE: hue angle of 242.42º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F69FE is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB111105254-
CMYK0.560.5900.00
HSL242.42º98.68%70.39%-
HSV(B)242.42º58.66%99.61%-
XYZ29.520.6496.19-
YUV123.78201.49118.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.62%
GREEN value IS 105 (41.41% from 255) = 22.34%
BLUE value IS 254 (99.61% from 255) = 54.04%
R=23.62%
G=22.34%
B=54.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1111052540.560.5900.00242.4298.6870.39
Hex6F69FE383B00f26346
Octal157151376707300362143106
Binary1101111110100111111110111000111011001111001011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F69FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,105,254); }

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

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

 a { background-color: rgb(111,105,254); }

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

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

 span { border-color: rgb(111,105,254); }

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