Html Css Color HEX #617D9D Slate Grey

📋 copy color: '#617D9D'

red 97 ◦ green 125 ◦ blue 157

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

Shades of Slate Grey #617D9D

Tints of Slate Grey #617D9D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.98%

 BLUE value IS 157 (61.72% from 255) = 41.42%

R = 25.59%
G = 32.98%
B = 41.42%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#617D9D (or 0x617D9D) is known color: Slate Grey. HEX triplet: 61, 7D and 9D. RGB value is (97,125,157). Sum of RGB (Red+Green+Blue) = 97+125+157=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #617D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617D9D is #9E8262. Grayscale: #787878. Windows color (decimal): -10388067 or 10321249. OLE color: 10321249.

HSL color Cylindrical-coordinate representation of color #617D9D: hue angle of 212º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #617D9D is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 125 157 -
CMYK 0.38 0.20 0 0.38
HSL 212º 0.24% 0.5% -
HSV(B) 212º 0.38% 0.62% -
XYZ 18.35 19.64 34.72 -
YUV 120.28 148.72 111.4 -
System Red Green Blue C M Y K H S L
Decimal 97 125 157 0.38 0.20 0 0.38 212 0.24 0.5
Hex 61 7D 9D 26 14 0 26 D4 18 32
Octal 141 175 235 46 24 0 46 324 30 62
Binary 1100001 1111101 10011101 100110 10100 0 100110 11010100 11000 110010

Color Harmonies of #617D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617D9D

Black with #617D9D

Text Example


Text Example

White with #617D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617D9D; }

 p { color: rgb(97,125,157); }

 H1.HeaderClassName
 {
   color: #617D9D;
 }
 .AnyTagClassName
 {
   color: #617D9D;
 }
</style>

background-color css

<style>
 a { background-color: #617D9D; }

 a { background-color: rgb(97,125,157); }

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

border-color css

<style>
 span { border-color: #617D9D; }

 span { border-color: rgb(97,125,157); }

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