Html Css Color HEX #6175FF Medium Slate Blue

📋 copy color: '#6175FF'

red 97 ◦ green 117 ◦ blue 255

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

Shades of Medium Slate Blue #6175FF

Tints of Medium Slate Blue #6175FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.37%

R = 20.68%
G = 24.95%
B = 54.37%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6175FF (or 0x6175FF) is known color: Medium Slate Blue. HEX triplet: 61, 75 and FF. RGB value is (97,117,255). Sum of RGB (Red+Green+Blue) = 97+117+255=469 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.68% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #6175FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6175FF is #9E8A00. Grayscale: #7E7E7E. Windows color (decimal): -10390017 or 16741729. OLE color: 16741729.

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

Color convert

RGB 97 117 255 -
CMYK 0.62 0.54 0 0
HSL 232.41º 1% 0.69% -
HSV(B) 232.41º 0.62% 1% -
XYZ 29.34 22.48 97.4 -
YUV 126.75 200.37 106.78 -
System Red Green Blue C M Y K H S L
Decimal 97 117 255 0.62 0.54 0 0 232.41 1 0.69
Hex 61 75 FF 3E 36 0 0 E8 64 45
Octal 141 165 377 76 66 0 0 350 144 105
Binary 1100001 1110101 11111111 111110 110110 0 0 11101000 1100100 1000101

Color Harmonies of #6175FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6175FF

Black with #6175FF

Text Example


Text Example

White with #6175FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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