Html Css Color HEX #6170FE Medium Slate Blue

📋 copy color: '#6170FE'

red 97 ◦ green 112 ◦ blue 254

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

Shades of Medium Slate Blue #6170FE

Tints of Medium Slate Blue #6170FE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.19%

 BLUE value IS 254 (99.61% from 255) = 54.86%

R = 20.95%
G = 24.19%
B = 54.86%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6170FE (or 0x6170FE) is known color: Medium Slate Blue. HEX triplet: 61, 70 and FE. RGB value is (97,112,254). Sum of RGB (Red+Green+Blue) = 97+112+254=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #6170FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6170FE is #9E8F01. Grayscale: #7B7B7B. Windows color (decimal): -10391298 or 16674913. OLE color: 16674913.

HSL color Cylindrical-coordinate representation of color #6170FE: hue angle of 234.27º 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 #6170FE is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 97 112 254 -
CMYK 0.62 0.56 0 0.00
HSL 234.27º 0.99% 0.69% -
HSV(B) 234.27º 0.62% 1% -
XYZ 28.61 21.29 96.37 -
YUV 123.7 201.53 108.95 -
System Red Green Blue C M Y K H S L
Decimal 97 112 254 0.62 0.56 0 0.00 234.27 0.99 0.69
Hex 61 70 FE 3E 38 0 0 EA 63 45
Octal 141 160 376 76 70 0 0 352 143 105
Binary 1100001 1110000 11111110 111110 111000 0 0 11101010 1100011 1000101

Color Harmonies of #6170FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6170FE

Black with #6170FE

Text Example


Text Example

White with #6170FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6170FE;
 }
 .AnyTagClassName
 {
   color: #6170FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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