#6175FE

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

Shades of Medium Slate Blue #6175FE

Tints of Medium Slate Blue #6175FE

Color information

#6175FE (or 0x6175FE) is unknown color: approx Medium Slate Blue. HEX triplet: 61, 75 and FE. RGB value is (97,117,254). Sum of RGB (Red+Green+Blue) = 97+117+254=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #6175FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6175FE is #9E8A01. Grayscale: #7E7E7E. Windows color (decimal): -10390018 or 16676193. OLE color: 16676193.

HSL color Cylindrical-coordinate representation of color #6175FE: hue angle of 232.36º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6175FE is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB97117254-
CMYK0.620.5400.00
HSL232.36º98.74%68.82%-
HSV(B)232.36º61.81%99.61%-
XYZ29.1822.4296.56-
YUV126.64199.87106.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.73%
GREEN value IS 117 (46.09% from 255) = 25%
BLUE value IS 254 (99.61% from 255) = 54.27%
R=20.73%
G=25%
B=54.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal971172540.620.5400.00232.3698.7468.82
Hex6175FE3E3600e86345
Octal141165376766600350143105
Binary1100001111010111111110111110110110001110100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6175FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6175FE; }

 p { color: rgb(97,117,254); }

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

<style>
 a { background-color: #6175FE; }

 a { background-color: rgb(97,117,254); }

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

<style>
 span { border-color: #6175FE; }

 span { border-color: rgb(97,117,254); }

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