Html Css Color HEX #6170FD Medium Slate Blue

📋 copy color: '#6170FD'

red 97 ◦ green 112 ◦ blue 253

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

Shades of Medium Slate Blue #6170FD

Tints of Medium Slate Blue #6170FD

RGB

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

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

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

R = 21%
G = 24.24%
B = 54.76%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6170FD (or 0x6170FD) is known color: Medium Slate Blue. HEX triplet: 61, 70 and FD. RGB value is (97,112,253). Sum of RGB (Red+Green+Blue) = 97+112+253=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #6170FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6170FD is #9E8F02. Grayscale: #7B7B7B. Windows color (decimal): -10391299 or 16609377. OLE color: 16609377.

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

Color convert

RGB 97 112 253 -
CMYK 0.62 0.56 0 0.01
HSL 234.23º 0.98% 0.69% -
HSV(B) 234.23º 0.62% 0.99% -
XYZ 28.45 21.22 95.53 -
YUV 123.59 201.03 109.04 -
System Red Green Blue C M Y K H S L
Decimal 97 112 253 0.62 0.56 0 0.01 234.23 0.98 0.69
Hex 61 70 FD 3E 38 0 1 EA 62 45
Octal 141 160 375 76 70 0 1 352 142 105
Binary 1100001 1110000 11111101 111110 111000 0 1 11101010 1100010 1000101

Color Harmonies of #6170FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6170FD

Black with #6170FD

Text Example


Text Example

White with #6170FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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