#6260F1

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

Shades of Medium Slate Blue #6260F1

Tints of Medium Slate Blue #6260F1

Color information

#6260F1 (or 0x6260F1) is unknown color: approx Medium Slate Blue. HEX triplet: 62, 60 and F1. RGB value is (98,96,241). Sum of RGB (Red+Green+Blue) = 98+96+241=435 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.53% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 241 (94.53% from 255 or 55.40% from 435); Max value from RGB is 241 - color contains mainly: blue. Hex color #6260F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6260F1 is #9D9F0E. Grayscale: #707070. Windows color (decimal): -10329871 or 15818850. OLE color: 15818850.

HSL color Cylindrical-coordinate representation of color #6260F1: hue angle of 240.83º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6260F1 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9896241-
CMYK0.590.6000.05
HSL240.83º83.82%66.08%-
HSV(B)240.83º60.17%94.51%-
XYZ25.117.3185.24-
YUV113.13200.16117.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.53%
GREEN value IS 96 (37.89% from 255) = 22.07%
BLUE value IS 241 (94.53% from 255) = 55.40%
R=22.53%
G=22.07%
B=55.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal98962410.590.6000.05240.8383.8266.08
Hex6260F13B3C05f15442
Octal142140361737405361124102
Binary110001011000001111000111101111110001011111000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6260F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,96,241); }

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

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

 a { background-color: rgb(98,96,241); }

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

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

 span { border-color: rgb(98,96,241); }

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