Html Css Color HEX #627C95 Slate Grey

📋 copy color: '#627C95'

red 98 ◦ green 124 ◦ blue 149

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

Shades of Slate Grey #627C95

Tints of Slate Grey #627C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 26.42%
G = 33.42%
B = 40.16%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#627C95 (or 0x627C95) is known color: Slate Grey. HEX triplet: 62, 7C and 95. RGB value is (98,124,149). Sum of RGB (Red+Green+Blue) = 98+124+149=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #627C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627C95 is #9D836A. Grayscale: #767676. Windows color (decimal): -10322795 or 9796706. OLE color: 9796706.

HSL color Cylindrical-coordinate representation of color #627C95: hue angle of 209.41º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #627C95 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 124 149 -
CMYK 0.34 0.17 0 0.42
HSL 209.41º 0.21% 0.48% -
HSV(B) 209.41º 0.34% 0.58% -
XYZ 17.67 19.18 31.2 -
YUV 119.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 98 124 149 0.34 0.17 0 0.42 209.41 0.21 0.48
Hex 62 7C 95 22 11 0 2A D1 15 30
Octal 142 174 225 42 21 0 52 321 25 60
Binary 1100010 1111100 10010101 100010 10001 0 101010 11010001 10101 110000

Color Harmonies of #627C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627C95

Black with #627C95

Text Example


Text Example

White with #627C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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