Html Css Color HEX #618098 Slate Grey

📋 copy color: '#618098'

red 97 ◦ green 128 ◦ blue 152

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

Shades of Slate Grey #618098

Tints of Slate Grey #618098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.32%

R = 25.73%
G = 33.95%
B = 40.32%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#618098 (or 0x618098) is known color: Slate Grey. HEX triplet: 61, 80 and 98. RGB value is (97,128,152). Sum of RGB (Red+Green+Blue) = 97+128+152=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #618098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618098 is #9E7F67. Grayscale: #797979. Windows color (decimal): -10387304 or 9994337. OLE color: 9994337.

HSL color Cylindrical-coordinate representation of color #618098: hue angle of 206.18º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #618098 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 128 152 -
CMYK 0.36 0.16 0 0.40
HSL 206.18º 0.22% 0.49% -
HSV(B) 206.18º 0.36% 0.6% -
XYZ 18.32 20.25 32.65 -
YUV 121.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 97 128 152 0.36 0.16 0 0.40 206.18 0.22 0.49
Hex 61 80 98 24 10 0 28 CE 16 31
Octal 141 200 230 44 20 0 50 316 26 61
Binary 1100001 10000000 10011000 100100 10000 0 101000 11001110 10110 110001

Color Harmonies of #618098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618098

Black with #618098

Text Example


Text Example

White with #618098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618098; }

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

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

background-color css

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

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

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

border-color css

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

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

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