Html Css Color HEX #6175FC Medium Slate Blue

📋 copy color: '#6175FC'

red 97 ◦ green 117 ◦ blue 252

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

Shades of Medium Slate Blue #6175FC

Tints of Medium Slate Blue #6175FC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.11%

 BLUE value IS 252 (98.83% from 255) = 54.08%

R = 20.82%
G = 25.11%
B = 54.08%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6175FC (or 0x6175FC) is known color: Medium Slate Blue. HEX triplet: 61, 75 and FC. RGB value is (97,117,252). Sum of RGB (Red+Green+Blue) = 97+117+252=466 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.82% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #6175FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6175FC is #9E8A03. Grayscale: #7D7D7D. Windows color (decimal): -10390020 or 16545121. OLE color: 16545121.

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

Color convert

RGB 97 117 252 -
CMYK 0.62 0.54 0 0.01
HSL 232.26º 0.96% 0.68% -
HSV(B) 232.26º 0.62% 0.99% -
XYZ 28.86 22.29 94.88 -
YUV 126.41 198.87 107.02 -
System Red Green Blue C M Y K H S L
Decimal 97 117 252 0.62 0.54 0 0.01 232.26 0.96 0.68
Hex 61 75 FC 3E 36 0 1 E8 60 44
Octal 141 165 374 76 66 0 1 350 140 104
Binary 1100001 1110101 11111100 111110 110110 0 1 11101000 1100000 1000100

Color Harmonies of #6175FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6175FC

Black with #6175FC

Text Example


Text Example

White with #6175FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6175FC;
 }
 .AnyTagClassName
 {
   color: #6175FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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