Html Css Color HEX #627B94 Slate Grey

📋 copy color: '#627B94'

red 98 ◦ green 123 ◦ blue 148

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

Shades of Slate Grey #627B94

Tints of Slate Grey #627B94

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.33%

 BLUE value IS 148 (58.2% from 255) = 40.11%

R = 26.56%
G = 33.33%
B = 40.11%

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

#627B94 (or 0x627B94) is known color: Slate Grey. HEX triplet: 62, 7B and 94. RGB value is (98,123,148). Sum of RGB (Red+Green+Blue) = 98+123+148=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #627B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627B94 is #9D846B. Grayscale: #767676. Windows color (decimal): -10323052 or 9730914. OLE color: 9730914.

HSL color Cylindrical-coordinate representation of color #627B94: hue angle of 210º degrees, saturation: 0.2, 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 #627B94 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 123 148 -
CMYK 0.34 0.17 0 0.42
HSL 210º 0.2% 0.48% -
HSV(B) 210º 0.34% 0.58% -
XYZ 17.47 18.9 30.74 -
YUV 118.38 144.72 113.47 -
System Red Green Blue C M Y K H S L
Decimal 98 123 148 0.34 0.17 0 0.42 210 0.2 0.48
Hex 62 7B 94 22 11 0 2A D2 14 30
Octal 142 173 224 42 21 0 52 322 24 60
Binary 1100010 1111011 10010100 100010 10001 0 101010 11010010 10100 110000

Color Harmonies of #627B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627B94

Black with #627B94

Text Example


Text Example

White with #627B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,123,148); }

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

background-color css

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

 a { background-color: rgb(98,123,148); }

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

border-color css

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

 span { border-color: rgb(98,123,148); }

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