Html Css Color HEX #637C94 Slate Grey

📋 copy color: '#637C94'

red 99 ◦ green 124 ◦ blue 148

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

Shades of Slate Grey #637C94

Tints of Slate Grey #637C94

RGB

 RED value IS 99 (39.06% from 255) = 26.68%

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

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

R = 26.68%
G = 33.42%
B = 39.89%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#637C94 (or 0x637C94) is known color: Slate Grey. HEX triplet: 63, 7C and 94. RGB value is (99,124,148). Sum of RGB (Red+Green+Blue) = 99+124+148=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #637C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637C94 is #9C836B. Grayscale: #777777. Windows color (decimal): -10257260 or 9731171. OLE color: 9731171.

HSL color Cylindrical-coordinate representation of color #637C94: hue angle of 209.39º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #637C94 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 124 148 -
CMYK 0.33 0.16 0 0.42
HSL 209.39º 0.2% 0.48% -
HSV(B) 209.39º 0.33% 0.58% -
XYZ 17.7 19.21 30.79 -
YUV 119.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 99 124 148 0.33 0.16 0 0.42 209.39 0.2 0.48
Hex 63 7C 94 21 10 0 2A D1 14 30
Octal 143 174 224 41 20 0 52 321 24 60
Binary 1100011 1111100 10010100 100001 10000 0 101010 11010001 10100 110000

Color Harmonies of #637C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637C94

Black with #637C94

Text Example


Text Example

White with #637C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637C94; }

 p { color: rgb(99,124,148); }

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

background-color css

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

 a { background-color: rgb(99,124,148); }

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

border-color css

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

 span { border-color: rgb(99,124,148); }

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