#6175FD

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

Shades of Medium Slate Blue #6175FD

Tints of Medium Slate Blue #6175FD

Color information

#6175FD (or 0x6175FD) is unknown color: approx Medium Slate Blue. HEX triplet: 61, 75 and FD. RGB value is (97,117,253). Sum of RGB (Red+Green+Blue) = 97+117+253=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #6175FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6175FD is #9E8A02. Grayscale: #7D7D7D. Windows color (decimal): -10390019 or 16610657. OLE color: 16610657.

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

Color convert

RGB97117253-
CMYK0.620.5400.01
HSL232.31º97.5%68.63%-
HSV(B)232.31º61.66%99.22%-
XYZ29.0222.3695.71-
YUV126.52199.37106.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.77%
GREEN value IS 117 (46.09% from 255) = 25.05%
BLUE value IS 253 (99.22% from 255) = 54.18%
R=20.77%
G=25.05%
B=54.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal971172530.620.5400.01232.3197.568.63
Hex6175FD3E3601e86245
Octal141165375766601350142105
Binary1100001111010111111101111110110110011110100011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6175FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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