Html Css Color HEX #628199 Slate Grey

📋 copy color: '#628199'

red 98 ◦ green 129 ◦ blue 153

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

Shades of Slate Grey #628199

Tints of Slate Grey #628199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.95%

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

R = 25.79%
G = 33.95%
B = 40.26%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#628199 (or 0x628199) is known color: Slate Grey. HEX triplet: 62, 81 and 99. RGB value is (98,129,153). Sum of RGB (Red+Green+Blue) = 98+129+153=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #628199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628199 is #9D7E66. Grayscale: #7A7A7A. Windows color (decimal): -10321511 or 10060130. OLE color: 10060130.

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

Color convert

RGB 98 129 153 -
CMYK 0.36 0.16 0 0.4
HSL 206.18º 0.22% 0.49% -
HSV(B) 206.18º 0.36% 0.6% -
XYZ 18.64 20.6 33.13 -
YUV 122.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 98 129 153 0.36 0.16 0 0.4 206.18 0.22 0.49
Hex 62 81 99 24 10 0 28 CE 16 31
Octal 142 201 231 44 20 0 50 316 26 61
Binary 1100010 10000001 10011001 100100 10000 0 101000 11001110 10110 110001

Color Harmonies of #628199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628199

Black with #628199

Text Example


Text Example

White with #628199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628199; }

 p { color: rgb(98,129,153); }

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

background-color css

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

 a { background-color: rgb(98,129,153); }

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

border-color css

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

 span { border-color: rgb(98,129,153); }

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