#6271F1

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

Shades of Medium Slate Blue #6271F1

Tints of Medium Slate Blue #6271F1

Color information

#6271F1 (or 0x6271F1) is unknown color: approx Medium Slate Blue. HEX triplet: 62, 71 and F1. RGB value is (98,113,241). Sum of RGB (Red+Green+Blue) = 98+113+241=452 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.68% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #6271F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6271F1 is #9D8E0E. Grayscale: #7A7A7A. Windows color (decimal): -10325519 or 15823202. OLE color: 15823202.

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

Color convert

RGB98113241-
CMYK0.590.5300.05
HSL233.71º83.63%66.47%-
HSV(B)233.71º59.34%94.51%-
XYZ26.8220.7685.81-
YUV123.11194.53110.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.68%
GREEN value IS 113 (44.53% from 255) = 25%
BLUE value IS 241 (94.53% from 255) = 53.32%
R=21.68%
G=25%
B=53.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal981132410.590.5300.05233.7183.6366.47
Hex6271F13B3505ea5442
Octal142161361736505352124102
Binary110001011100011111000111101111010101011110101010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6271F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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