Html Css Color HEX #627890 Slate Grey

📋 copy color: '#627890'

red 98 ◦ green 120 ◦ blue 144

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

Shades of Slate Grey #627890

Tints of Slate Grey #627890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.15%

 BLUE value IS 144 (56.64% from 255) = 39.78%

R = 27.07%
G = 33.15%
B = 39.78%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#627890 (or 0x627890) is known color: Slate Grey. HEX triplet: 62, 78 and 90. RGB value is (98,120,144). Sum of RGB (Red+Green+Blue) = 98+120+144=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 144 - color contains mainly: blue. Hex color #627890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627890 is #9D876F. Grayscale: #747474. Windows color (decimal): -10323824 or 9468002. OLE color: 9468002.

HSL color Cylindrical-coordinate representation of color #627890: hue angle of 211.3º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #627890 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 120 144 -
CMYK 0.32 0.17 0 0.44
HSL 211.3º 0.19% 0.47% -
HSV(B) 211.3º 0.32% 0.56% -
XYZ 16.79 18.04 28.98 -
YUV 116.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 98 120 144 0.32 0.17 0 0.44 211.3 0.19 0.47
Hex 62 78 90 20 11 0 2C D3 13 2F
Octal 142 170 220 40 21 0 54 323 23 57
Binary 1100010 1111000 10010000 100000 10001 0 101100 11010011 10011 101111

Color Harmonies of #627890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627890

Black with #627890

Text Example


Text Example

White with #627890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627890; }

 p { color: rgb(98,120,144); }

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

background-color css

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

 a { background-color: rgb(98,120,144); }

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

border-color css

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

 span { border-color: rgb(98,120,144); }

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