#6374F1

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

Shades of Medium Slate Blue #6374F1

Tints of Medium Slate Blue #6374F1

Color information

#6374F1 (or 0x6374F1) is unknown color: approx Medium Slate Blue. HEX triplet: 63, 74 and F1. RGB value is (99,116,241). Sum of RGB (Red+Green+Blue) = 99+116+241=456 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.71% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #6374F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6374F1 is #9C8B0E. Grayscale: #7C7C7C. Windows color (decimal): -10259215 or 15823971. OLE color: 15823971.

HSL color Cylindrical-coordinate representation of color #6374F1: hue angle of 232.82º degrees, saturation: 0.84, 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 #6374F1 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB99116241-
CMYK0.590.5200.05
HSL232.82º83.53%66.67%-
HSV(B)232.82º58.92%94.51%-
XYZ27.2721.4985.93-
YUV125.17193.37109.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.71%
GREEN value IS 116 (45.70% from 255) = 25.44%
BLUE value IS 241 (94.53% from 255) = 52.85%
R=21.71%
G=25.44%
B=52.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal991162410.590.5200.05232.8283.5366.67
Hex6374F13B3405e95443
Octal143164361736405351124103
Binary110001111101001111000111101111010001011110100110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6374F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,116,241); }

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

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

 a { background-color: rgb(99,116,241); }

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

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

 span { border-color: rgb(99,116,241); }

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