Html Css Color HEX #618099 Slate Grey

📋 copy color: '#618099'

red 97 ◦ green 128 ◦ blue 153

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

Shades of Slate Grey #618099

Tints of Slate Grey #618099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.86%

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

R = 25.66%
G = 33.86%
B = 40.48%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#618099 (or 0x618099) is known color: Slate Grey. HEX triplet: 61, 80 and 99. RGB value is (97,128,153). Sum of RGB (Red+Green+Blue) = 97+128+153=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #618099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618099 is #9E7F66. Grayscale: #797979. Windows color (decimal): -10387303 or 10059873. OLE color: 10059873.

HSL color Cylindrical-coordinate representation of color #618099: hue angle of 206.79º 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 #618099 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 128 153 -
CMYK 0.37 0.16 0 0.4
HSL 206.79º 0.22% 0.49% -
HSV(B) 206.79º 0.37% 0.6% -
XYZ 18.4 20.28 33.08 -
YUV 121.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 97 128 153 0.37 0.16 0 0.4 206.79 0.22 0.49
Hex 61 80 99 25 10 0 28 CF 16 31
Octal 141 200 231 45 20 0 50 317 26 61
Binary 1100001 10000000 10011001 100101 10000 0 101000 11001111 10110 110001

Color Harmonies of #618099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618099

Black with #618099

Text Example


Text Example

White with #618099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618099; }

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

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

background-color css

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

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

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

border-color css

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

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

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