Html Css Color HEX #628097 Slate Grey

📋 copy color: '#628097'

red 98 ◦ green 128 ◦ blue 151

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

Shades of Slate Grey #628097

Tints of Slate Grey #628097

RGB

 RED value IS 98 (38.67% from 255) = 25.99%

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

 BLUE value IS 151 (59.38% from 255) = 40.05%

R = 25.99%
G = 33.95%
B = 40.05%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#628097 (or 0x628097) is known color: Slate Grey. HEX triplet: 62, 80 and 97. RGB value is (98,128,151). Sum of RGB (Red+Green+Blue) = 98+128+151=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 151 - color contains mainly: blue. Hex color #628097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628097 is #9D7F68. Grayscale: #797979. Windows color (decimal): -10321769 or 9928802. OLE color: 9928802.

HSL color Cylindrical-coordinate representation of color #628097: hue angle of 206.04º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #628097 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 128 151 -
CMYK 0.35 0.15 0 0.41
HSL 206.04º 0.21% 0.49% -
HSV(B) 206.04º 0.35% 0.59% -
XYZ 18.34 20.27 32.22 -
YUV 121.65 144.56 111.13 -
System Red Green Blue C M Y K H S L
Decimal 98 128 151 0.35 0.15 0 0.41 206.04 0.21 0.49
Hex 62 80 97 23 F 0 29 CE 15 31
Octal 142 200 227 43 17 0 51 316 25 61
Binary 1100010 10000000 10010111 100011 1111 0 101001 11001110 10101 110001

Color Harmonies of #628097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628097

Black with #628097

Text Example


Text Example

White with #628097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628097; }

 p { color: rgb(98,128,151); }

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

background-color css

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

 a { background-color: rgb(98,128,151); }

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

border-color css

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

 span { border-color: rgb(98,128,151); }

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