#6569EA

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

Shades of Medium Slate Blue #6569EA

Tints of Medium Slate Blue #6569EA

Color information

#6569EA (or 0x6569EA) is unknown color: approx Medium Slate Blue. HEX triplet: 65, 69 and EA. RGB value is (101,105,234). Sum of RGB (Red+Green+Blue) = 101+105+234=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #6569EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6569EA is #9A9615. Grayscale: #757575. Windows color (decimal): -10130966 or 15362405. OLE color: 15362405.

HSL color Cylindrical-coordinate representation of color #6569EA: hue angle of 238.2º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6569EA is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB101105234-
CMYK0.570.5500.08
HSL238.2º76%65.69%-
HSV(B)238.2º56.84%91.76%-
XYZ25.2718.8180.14-
YUV118.51193.17115.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.95%
GREEN value IS 105 (41.41% from 255) = 23.86%
BLUE value IS 234 (91.80% from 255) = 53.18%
R=22.95%
G=23.86%
B=53.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1011052340.570.5500.08238.27665.69
Hex6569EA393708ee4c42
Octal1451513527167010356114102
Binary1100101110100111101010111001110111010001110111010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6569EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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