#6172FA

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

Shades of Medium Slate Blue #6172FA

Tints of Medium Slate Blue #6172FA

Color information

#6172FA (or 0x6172FA) is unknown color: approx Medium Slate Blue. HEX triplet: 61, 72 and FA. RGB value is (97,114,250). Sum of RGB (Red+Green+Blue) = 97+114+250=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #6172FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6172FA is #9E8D05. Grayscale: #7B7B7B. Windows color (decimal): -10390790 or 16413281. OLE color: 16413281.

HSL color Cylindrical-coordinate representation of color #6172FA: hue angle of 233.33º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6172FA is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB97114250-
CMYK0.610.5400.02
HSL233.33º93.87%68.04%-
HSV(B)233.33º61.2%98.04%-
XYZ28.221.4893.1-
YUV124.42198.87108.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.04%
GREEN value IS 114 (44.92% from 255) = 24.73%
BLUE value IS 250 (98.05% from 255) = 54.23%
R=21.04%
G=24.73%
B=54.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971142500.610.5400.02233.3393.8768.04
Hex6172FA3D3602e95e44
Octal141162372756602351136104
Binary11000011110010111110101111011101100101110100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6172FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6172FA; }

 p { color: rgb(97,114,250); }

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

<style>
 a { background-color: #6172FA; }

 a { background-color: rgb(97,114,250); }

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

<style>
 span { border-color: #6172FA; }

 span { border-color: rgb(97,114,250); }

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