Html Css Color HEX #637A91 Slate Grey

📋 copy color: '#637A91'

red 99 ◦ green 122 ◦ blue 145

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

Shades of Slate Grey #637A91

Tints of Slate Grey #637A91

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.33%

 BLUE value IS 145 (57.03% from 255) = 39.62%

R = 27.05%
G = 33.33%
B = 39.62%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#637A91 (or 0x637A91) is known color: Slate Grey. HEX triplet: 63, 7A and 91. RGB value is (99,122,145). Sum of RGB (Red+Green+Blue) = 99+122+145=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 145 - color contains mainly: blue. Hex color #637A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637A91 is #9C856E. Grayscale: #757575. Windows color (decimal): -10257775 or 9534051. OLE color: 9534051.

HSL color Cylindrical-coordinate representation of color #637A91: hue angle of 210º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #637A91 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 122 145 -
CMYK 0.32 0.16 0 0.43
HSL 210º 0.19% 0.48% -
HSV(B) 210º 0.32% 0.57% -
XYZ 17.22 18.62 29.47 -
YUV 117.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 99 122 145 0.32 0.16 0 0.43 210 0.19 0.48
Hex 63 7A 91 20 10 0 2B D2 13 30
Octal 143 172 221 40 20 0 53 322 23 60
Binary 1100011 1111010 10010001 100000 10000 0 101011 11010010 10011 110000

Color Harmonies of #637A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637A91

Black with #637A91

Text Example


Text Example

White with #637A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,122,145); }

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

background-color css

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

 a { background-color: rgb(99,122,145); }

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

border-color css

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

 span { border-color: rgb(99,122,145); }

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