#6569F2

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

Shades of Medium Slate Blue #6569F2

Tints of Medium Slate Blue #6569F2

Color information

#6569F2 (or 0x6569F2) is unknown color: approx Medium Slate Blue. HEX triplet: 65, 69 and F2. RGB value is (101,105,242). Sum of RGB (Red+Green+Blue) = 101+105+242=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 242 (94.92% from 255 or 54.02% from 448); Max value from RGB is 242 - color contains mainly: blue. Hex color #6569F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6569F2 is #9A960D. Grayscale: #767676. Windows color (decimal): -10130958 or 15886693. OLE color: 15886693.

HSL color Cylindrical-coordinate representation of color #6569F2: hue angle of 238.3º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6569F2 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB101105242-
CMYK0.580.5700.05
HSL238.3º84.43%67.25%-
HSV(B)238.3º58.26%94.9%-
XYZ26.4519.2886.33-
YUV119.42197.17114.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.54%
GREEN value IS 105 (41.41% from 255) = 23.44%
BLUE value IS 242 (94.92% from 255) = 54.02%
R=22.54%
G=23.44%
B=54.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1011052420.580.5700.05238.384.4367.25
Hex6569F23A3905ee5443
Octal145151362727105356124103
Binary110010111010011111001011101011100101011110111010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6569F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6569F2; }

 p { color: rgb(101,105,242); }

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

<style>
 a { background-color: #6569F2; }

 a { background-color: rgb(101,105,242); }

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

<style>
 span { border-color: #6569F2; }

 span { border-color: rgb(101,105,242); }

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