#6555F0

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

Shades of Medium Slate Blue #6555F0

Tints of Medium Slate Blue #6555F0

Color information

#6555F0 (or 0x6555F0) is unknown color: approx Medium Slate Blue. HEX triplet: 65, 55 and F0. RGB value is (101,85,240). Sum of RGB (Red+Green+Blue) = 101+85+240=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #6555F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6555F0 is #9AAA0F. Grayscale: #6A6A6A. Windows color (decimal): -10136080 or 15750501. OLE color: 15750501.

HSL color Cylindrical-coordinate representation of color #6555F0: hue angle of 246.19º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6555F0 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10185240-
CMYK0.580.6500.06
HSL246.19º83.78%63.73%-
HSV(B)246.19º64.58%94.12%-
XYZ24.3415.5584.16-
YUV107.45202.8123.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.71%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 240 (94.14% from 255) = 56.34%
R=23.71%
G=19.95%
B=56.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal101852400.580.6500.06246.1983.7863.73
Hex6555F03A4106f65440
Octal1451253607210106366124100
Binary1100101101010111110000111010100000101101111011010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6555F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6555F0; }

 p { color: rgb(101,85,240); }

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

<style>
 a { background-color: #6555F0; }

 a { background-color: rgb(101,85,240); }

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

<style>
 span { border-color: #6555F0; }

 span { border-color: rgb(101,85,240); }

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