Html Css Color HEX #637B94 Slate Grey

📋 copy color: '#637B94'

red 99 ◦ green 123 ◦ blue 148

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

Shades of Slate Grey #637B94

Tints of Slate Grey #637B94

RGB

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

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

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

R = 26.76%
G = 33.24%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#637B94 (or 0x637B94) is known color: Slate Grey. HEX triplet: 63, 7B and 94. RGB value is (99,123,148). Sum of RGB (Red+Green+Blue) = 99+123+148=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #637B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637B94 is #9C846B. Grayscale: #767676. Windows color (decimal): -10257516 or 9730915. OLE color: 9730915.

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

Color convert

RGB 99 123 148 -
CMYK 0.33 0.17 0 0.42
HSL 210.61º 0.2% 0.48% -
HSV(B) 210.61º 0.33% 0.58% -
XYZ 17.57 18.96 30.75 -
YUV 118.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 99 123 148 0.33 0.17 0 0.42 210.61 0.2 0.48
Hex 63 7B 94 21 11 0 2A D3 14 30
Octal 143 173 224 41 21 0 52 323 24 60
Binary 1100011 1111011 10010100 100001 10001 0 101010 11010011 10100 110000

Color Harmonies of #637B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637B94

Black with #637B94

Text Example


Text Example

White with #637B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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