#6371F2

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

Shades of Medium Slate Blue #6371F2

Tints of Medium Slate Blue #6371F2

Color information

#6371F2 (or 0x6371F2) is unknown color: approx Medium Slate Blue. HEX triplet: 63, 71 and F2. RGB value is (99,113,242). Sum of RGB (Red+Green+Blue) = 99+113+242=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #6371F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6371F2 is #9C8E0D. Grayscale: #7A7A7A. Windows color (decimal): -10259982 or 15888739. OLE color: 15888739.

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

Color convert

RGB99113242-
CMYK0.590.5300.05
HSL234.13º84.62%66.86%-
HSV(B)234.13º59.09%94.9%-
XYZ27.0820.8786.61-
YUV123.52194.86110.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.81%
GREEN value IS 113 (44.53% from 255) = 24.89%
BLUE value IS 242 (94.92% from 255) = 53.30%
R=21.81%
G=24.89%
B=53.30%

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
Decimal991132420.590.5300.05234.1384.6266.86
Hex6371F23B3505ea5543
Octal143161362736505352125103
Binary110001111100011111001011101111010101011110101010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6371F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,113,242); }

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

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

 a { background-color: rgb(99,113,242); }

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

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

 span { border-color: rgb(99,113,242); }

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