#6566F2

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

Shades of Medium Slate Blue #6566F2

Tints of Medium Slate Blue #6566F2

Color information

#6566F2 (or 0x6566F2) is unknown color: approx Medium Slate Blue. HEX triplet: 65, 66 and F2. RGB value is (101,102,242). Sum of RGB (Red+Green+Blue) = 101+102+242=445 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.70% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 242 (94.92% from 255 or 54.38% from 445); Max value from RGB is 242 - color contains mainly: blue. Hex color #6566F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6566F2 is #9A990D. Grayscale: #757575. Windows color (decimal): -10131726 or 15885925. OLE color: 15885925.

HSL color Cylindrical-coordinate representation of color #6566F2: hue angle of 239.57º 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 #6566F2 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB101102242-
CMYK0.580.5800.05
HSL239.57º84.43%67.25%-
HSV(B)239.57º58.26%94.9%-
XYZ26.1518.6886.23-
YUV117.66198.17116.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.70%
GREEN value IS 102 (40.23% from 255) = 22.92%
BLUE value IS 242 (94.92% from 255) = 54.38%
R=22.70%
G=22.92%
B=54.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1011022420.580.5800.05239.5784.4367.25
Hex6566F23A3A05f05443
Octal145146362727205360124103
Binary110010111001101111001011101011101001011111000010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6566F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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