Html Css Color HEX #637374 Nevada

📋 copy color: '#637374'

red 99 ◦ green 115 ◦ blue 116

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

Shades of Nevada #637374

Tints of Nevada #637374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.85%

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 30%
G = 34.85%
B = 35.15%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#637374 (or 0x637374) is known color: Nevada. HEX triplet: 63, 73 and 74. RGB value is (99,115,116). Sum of RGB (Red+Green+Blue) = 99+115+116=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 116 - color contains mainly: blue. Hex color #637374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637374 is #9C8C8B. Grayscale: #6E6E6E. Windows color (decimal): -10259596 or 7631715. OLE color: 7631715.

HSL color Cylindrical-coordinate representation of color #637374: hue angle of 183.53º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #637374 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 115 116 -
CMYK 0.15 0.01 0 0.55
HSL 183.53º 0.08% 0.42% -
HSV(B) 183.53º 0.15% 0.45% -
XYZ 14.43 16.18 18.88 -
YUV 110.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 99 115 116 0.15 0.01 0 0.55 183.53 0.08 0.42
Hex 63 73 74 F 1 0 37 B8 8 2A
Octal 143 163 164 17 1 0 67 270 10 52
Binary 1100011 1110011 1110100 1111 1 0 110111 10111000 1000 101010

Color Harmonies of #637374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637374

Black with #637374

Text Example


Text Example

White with #637374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637374; }

 p { color: rgb(99,115,116); }

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

background-color css

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

 a { background-color: rgb(99,115,116); }

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

border-color css

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

 span { border-color: rgb(99,115,116); }

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