Html Css Color HEX #627992 Slate Grey

📋 copy color: '#627992'

red 98 ◦ green 121 ◦ blue 146

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

Shades of Slate Grey #627992

Tints of Slate Grey #627992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.15%

 BLUE value IS 146 (57.42% from 255) = 40%

R = 26.85%
G = 33.15%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#627992 (or 0x627992) is known color: Slate Grey. HEX triplet: 62, 79 and 92. RGB value is (98,121,146). Sum of RGB (Red+Green+Blue) = 98+121+146=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #627992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627992 is #9D866D. Grayscale: #747474. Windows color (decimal): -10323566 or 9599330. OLE color: 9599330.

HSL color Cylindrical-coordinate representation of color #627992: hue angle of 211.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #627992 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 121 146 -
CMYK 0.33 0.17 0 0.43
HSL 211.25º 0.2% 0.48% -
HSV(B) 211.25º 0.33% 0.57% -
XYZ 17.06 18.35 29.84 -
YUV 116.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 98 121 146 0.33 0.17 0 0.43 211.25 0.2 0.48
Hex 62 79 92 21 11 0 2B D3 14 30
Octal 142 171 222 41 21 0 53 323 24 60
Binary 1100010 1111001 10010010 100001 10001 0 101011 11010011 10100 110000

Color Harmonies of #627992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627992

Black with #627992

Text Example


Text Example

White with #627992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627992; }

 p { color: rgb(98,121,146); }

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

background-color css

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

 a { background-color: rgb(98,121,146); }

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

border-color css

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

 span { border-color: rgb(98,121,146); }

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