Html Css Color HEX #627C9D Slate Grey

📋 copy color: '#627C9D'

red 98 ◦ green 124 ◦ blue 157

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

Shades of Slate Grey #627C9D

Tints of Slate Grey #627C9D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.72%

 BLUE value IS 157 (61.72% from 255) = 41.42%

R = 25.86%
G = 32.72%
B = 41.42%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#627C9D (or 0x627C9D) is known color: Slate Grey. HEX triplet: 62, 7C and 9D. RGB value is (98,124,157). Sum of RGB (Red+Green+Blue) = 98+124+157=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #627C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627C9D is #9D8362. Grayscale: #777777. Windows color (decimal): -10322787 or 10320994. OLE color: 10320994.

HSL color Cylindrical-coordinate representation of color #627C9D: hue angle of 213.56º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #627C9D is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 124 157 -
CMYK 0.38 0.21 0 0.38
HSL 213.56º 0.23% 0.5% -
HSV(B) 213.56º 0.38% 0.62% -
XYZ 18.33 19.45 34.69 -
YUV 119.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 98 124 157 0.38 0.21 0 0.38 213.56 0.23 0.5
Hex 62 7C 9D 26 15 0 26 D6 17 32
Octal 142 174 235 46 25 0 46 326 27 62
Binary 1100010 1111100 10011101 100110 10101 0 100110 11010110 10111 110010

Color Harmonies of #627C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627C9D

Black with #627C9D

Text Example


Text Example

White with #627C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,124,157); }

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

background-color css

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

 a { background-color: rgb(98,124,157); }

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

border-color css

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

 span { border-color: rgb(98,124,157); }

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