#6555F1

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

Shades of Medium Slate Blue #6555F1

Tints of Medium Slate Blue #6555F1

Color information

#6555F1 (or 0x6555F1) is unknown color: approx Medium Slate Blue. HEX triplet: 65, 55 and F1. RGB value is (101,85,241). Sum of RGB (Red+Green+Blue) = 101+85+241=427 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.65% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 241 (94.53% from 255 or 56.44% from 427); Max value from RGB is 241 - color contains mainly: blue. Hex color #6555F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6555F1 is #9AAA0E. Grayscale: #6A6A6A. Windows color (decimal): -10136079 or 15816037. OLE color: 15816037.

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

Color convert

RGB10185241-
CMYK0.580.6500.05
HSL246.15º84.78%63.92%-
HSV(B)246.15º64.73%94.51%-
XYZ24.4915.6184.94-
YUV107.57203.3123.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.65%
GREEN value IS 85 (33.59% from 255) = 19.91%
BLUE value IS 241 (94.53% from 255) = 56.44%
R=23.65%
G=19.91%
B=56.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal101852410.580.6500.05246.1584.7863.92
Hex6555F13A4105f65540
Octal1451253617210105366125100
Binary1100101101010111110001111010100000101011111011010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6555F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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