Html Css Color HEX #627C9B Slate Grey

📋 copy color: '#627C9B'

red 98 ◦ green 124 ◦ blue 155

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

Shades of Slate Grey #627C9B

Tints of Slate Grey #627C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 25.99%
G = 32.89%
B = 41.11%

CMYK

 C value IS 0.37

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#627C9B (or 0x627C9B) is known color: Slate Grey. HEX triplet: 62, 7C and 9B. RGB value is (98,124,155). Sum of RGB (Red+Green+Blue) = 98+124+155=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #627C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627C9B is #9D8364. Grayscale: #777777. Windows color (decimal): -10322789 or 10189922. OLE color: 10189922.

HSL color Cylindrical-coordinate representation of color #627C9B: hue angle of 212.63º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #627C9B is Cyan = 0.37, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 124 155 -
CMYK 0.37 0.2 0 0.39
HSL 212.63º 0.23% 0.5% -
HSV(B) 212.63º 0.37% 0.61% -
XYZ 18.16 19.38 33.79 -
YUV 119.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 98 124 155 0.37 0.2 0 0.39 212.63 0.23 0.5
Hex 62 7C 9B 25 14 0 27 D5 17 32
Octal 142 174 233 45 24 0 47 325 27 62
Binary 1100010 1111100 10011011 100101 10100 0 100111 11010101 10111 110010

Color Harmonies of #627C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627C9B

Black with #627C9B

Text Example


Text Example

White with #627C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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