#6370FC

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

Shades of Medium Slate Blue #6370FC

Tints of Medium Slate Blue #6370FC

Color information

#6370FC (or 0x6370FC) is unknown color: approx Medium Slate Blue. HEX triplet: 63, 70 and FC. RGB value is (99,112,252). Sum of RGB (Red+Green+Blue) = 99+112+252=463 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.38% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #6370FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6370FC is #9C8F03. Grayscale: #7B7B7B. Windows color (decimal): -10260228 or 16543843. OLE color: 16543843.

HSL color Cylindrical-coordinate representation of color #6370FC: hue angle of 234.9º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6370FC is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB99112252-
CMYK0.610.5600.01
HSL234.9º96.23%68.82%-
HSV(B)234.9º60.71%98.82%-
XYZ28.5121.2794.7-
YUV124.07200.19110.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.38%
GREEN value IS 112 (44.14% from 255) = 24.19%
BLUE value IS 252 (98.83% from 255) = 54.43%
R=21.38%
G=24.19%
B=54.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal991122520.610.5600.01234.996.2368.82
Hex6370FC3D3801eb6045
Octal143160374757001353140105
Binary1100011111000011111100111101111000011110101111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6370FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6370FC; }

 p { color: rgb(99,112,252); }

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

<style>
 a { background-color: #6370FC; }

 a { background-color: rgb(99,112,252); }

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

<style>
 span { border-color: #6370FC; }

 span { border-color: rgb(99,112,252); }

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