Html Css Color HEX #627E99 Slate Grey

📋 copy color: '#627E99'

red 98 ◦ green 126 ◦ blue 153

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

Shades of Slate Grey #627E99

Tints of Slate Grey #627E99

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.42%

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

R = 25.99%
G = 33.42%
B = 40.58%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#627E99 (or 0x627E99) is known color: Slate Grey. HEX triplet: 62, 7E and 99. RGB value is (98,126,153). Sum of RGB (Red+Green+Blue) = 98+126+153=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #627E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627E99 is #9D8166. Grayscale: #787878. Windows color (decimal): -10322279 or 10059362. OLE color: 10059362.

HSL color Cylindrical-coordinate representation of color #627E99: hue angle of 209.45º 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 #627E99 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 98 126 153 -
CMYK 0.36 0.18 0 0.4
HSL 209.45º 0.22% 0.49% -
HSV(B) 209.45º 0.36% 0.6% -
XYZ 18.25 19.82 33 -
YUV 120.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 98 126 153 0.36 0.18 0 0.4 209.45 0.22 0.49
Hex 62 7E 99 24 12 0 28 D1 16 31
Octal 142 176 231 44 22 0 50 321 26 61
Binary 1100010 1111110 10011001 100100 10010 0 101000 11010001 10110 110001

Color Harmonies of #627E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627E99

Black with #627E99

Text Example


Text Example

White with #627E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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