Html Css Color HEX #6172FD Medium Slate Blue

📋 copy color: '#6172FD'

red 97 ◦ green 114 ◦ blue 253

#6172FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #6172FD

Tints of Medium Slate Blue #6172FD

RGB

 RED value IS 97 (38.28% from 255) = 20.91%

 GREEN value IS 114 (44.92% from 255) = 24.57%

 BLUE value IS 253 (99.22% from 255) = 54.53%

R = 20.91%
G = 24.57%
B = 54.53%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6172FD (or 0x6172FD) is known color: Medium Slate Blue. HEX triplet: 61, 72 and FD. RGB value is (97,114,253). Sum of RGB (Red+Green+Blue) = 97+114+253=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #6172FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6172FD is #9E8D02. Grayscale: #7C7C7C. Windows color (decimal): -10390787 or 16609889. OLE color: 16609889.

HSL color Cylindrical-coordinate representation of color #6172FD: hue angle of 233.46º 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 #6172FD is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 97 114 253 -
CMYK 0.62 0.55 0 0.01
HSL 233.46º 0.98% 0.69% -
HSV(B) 233.46º 0.62% 0.99% -
XYZ 28.68 21.67 95.6 -
YUV 124.76 200.37 108.2 -
System Red Green Blue C M Y K H S L
Decimal 97 114 253 0.62 0.55 0 0.01 233.46 0.98 0.69
Hex 61 72 FD 3E 37 0 1 E9 62 45
Octal 141 162 375 76 67 0 1 351 142 105
Binary 1100001 1110010 11111101 111110 110111 0 1 11101001 1100010 1000101

Color Harmonies of #6172FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6172FD

Black with #6172FD

Text Example


Text Example

White with #6172FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6172FD;
 }
 .AnyTagClassName
 {
   color: #6172FD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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