Html Css Color HEX #617B99 Slate Grey

📋 copy color: '#617B99'

red 97 ◦ green 123 ◦ blue 153

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

Shades of Slate Grey #617B99

Tints of Slate Grey #617B99

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.98%

 BLUE value IS 153 (60.16% from 255) = 41.02%

R = 26.01%
G = 32.98%
B = 41.02%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#617B99 (or 0x617B99) is known color: Slate Grey. HEX triplet: 61, 7B and 99. RGB value is (97,123,153). Sum of RGB (Red+Green+Blue) = 97+123+153=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #617B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617B99 is #9E8466. Grayscale: #767676. Windows color (decimal): -10388583 or 10058593. OLE color: 10058593.

HSL color Cylindrical-coordinate representation of color #617B99: hue angle of 212.14º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #617B99 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 123 153 -
CMYK 0.37 0.20 0 0.4
HSL 212.14º 0.22% 0.49% -
HSV(B) 212.14º 0.37% 0.6% -
XYZ 17.76 19.01 32.87 -
YUV 118.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 97 123 153 0.37 0.20 0 0.4 212.14 0.22 0.49
Hex 61 7B 99 25 14 0 28 D4 16 31
Octal 141 173 231 45 24 0 50 324 26 61
Binary 1100001 1111011 10011001 100101 10100 0 101000 11010100 10110 110001

Color Harmonies of #617B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617B99

Black with #617B99

Text Example


Text Example

White with #617B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,123,153); }

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

background-color css

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

 a { background-color: rgb(97,123,153); }

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

border-color css

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

 span { border-color: rgb(97,123,153); }

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