Html Css Color HEX #627374 Nevada

📋 copy color: '#627374'

red 98 ◦ green 115 ◦ blue 116

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

Shades of Nevada #627374

Tints of Nevada #627374

RGB

 RED value IS 98 (38.67% from 255) = 29.79%

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

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

R = 29.79%
G = 34.95%
B = 35.26%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#627374 (or 0x627374) is known color: Nevada. HEX triplet: 62, 73 and 74. RGB value is (98,115,116). Sum of RGB (Red+Green+Blue) = 98+115+116=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 116 - color contains mainly: blue. Hex color #627374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627374 is #9D8C8B. Grayscale: #6E6E6E. Windows color (decimal): -10325132 or 7631714. OLE color: 7631714.

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

Color convert

RGB 98 115 116 -
CMYK 0.16 0.01 0 0.55
HSL 183.33º 0.08% 0.42% -
HSV(B) 183.33º 0.16% 0.45% -
XYZ 14.32 16.12 18.88 -
YUV 110.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 98 115 116 0.16 0.01 0 0.55 183.33 0.08 0.42
Hex 62 73 74 10 1 0 37 B7 8 2A
Octal 142 163 164 20 1 0 67 267 10 52
Binary 1100010 1110011 1110100 10000 1 0 110111 10110111 1000 101010

Color Harmonies of #627374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627374

Black with #627374

Text Example


Text Example

White with #627374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627374; }

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

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

background-color css

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

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

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

border-color css

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

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

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