Html Css Color HEX #637E9F Slate Grey

📋 copy color: '#637E9F'

red 99 ◦ green 126 ◦ blue 159

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

Shades of Slate Grey #637E9F

Tints of Slate Grey #637E9F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.81%

 BLUE value IS 159 (62.5% from 255) = 41.41%

R = 25.78%
G = 32.81%
B = 41.41%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#637E9F (or 0x637E9F) is known color: Slate Grey. HEX triplet: 63, 7E and 9F. RGB value is (99,126,159). Sum of RGB (Red+Green+Blue) = 99+126+159=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #637E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637E9F is #9C8160. Grayscale: #797979. Windows color (decimal): -10256737 or 10452579. OLE color: 10452579.

HSL color Cylindrical-coordinate representation of color #637E9F: hue angle of 213º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #637E9F is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 126 159 -
CMYK 0.38 0.21 0 0.38
HSL 213º 0.24% 0.51% -
HSV(B) 213º 0.38% 0.62% -
XYZ 18.86 20.08 35.68 -
YUV 121.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 99 126 159 0.38 0.21 0 0.38 213 0.24 0.51
Hex 63 7E 9F 26 15 0 26 D5 18 33
Octal 143 176 237 46 25 0 46 325 30 63
Binary 1100011 1111110 10011111 100110 10101 0 100110 11010101 11000 110011

Color Harmonies of #637E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637E9F

Black with #637E9F

Text Example


Text Example

White with #637E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,126,159); }

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

background-color css

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

 a { background-color: rgb(99,126,159); }

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

border-color css

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

 span { border-color: rgb(99,126,159); }

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