#6375F9

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

Shades of Medium Slate Blue #6375F9

Tints of Medium Slate Blue #6375F9

Color information

#6375F9 (or 0x6375F9) is unknown color: approx Medium Slate Blue. HEX triplet: 63, 75 and F9. RGB value is (99,117,249). Sum of RGB (Red+Green+Blue) = 99+117+249=465 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.29% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #6375F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6375F9 is #9C8A06. Grayscale: #7E7E7E. Windows color (decimal): -10258951 or 16348515. OLE color: 16348515.

HSL color Cylindrical-coordinate representation of color #6375F9: hue angle of 232.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6375F9 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB99117249-
CMYK0.600.5300.02
HSL232.8º92.59%68.24%-
HSV(B)232.8º60.24%97.65%-
XYZ28.6122.2192.4-
YUV126.67197.04108.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.29%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 249 (97.66% from 255) = 53.55%
R=21.29%
G=25.16%
B=53.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal991172490.600.5300.02232.892.5968.24
Hex6375F93C3502e95d44
Octal143165371746502351135104
Binary11000111110101111110011111001101010101110100110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6375F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6375F9; }

 p { color: rgb(99,117,249); }

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

<style>
 a { background-color: #6375F9; }

 a { background-color: rgb(99,117,249); }

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

<style>
 span { border-color: #6375F9; }

 span { border-color: rgb(99,117,249); }

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