Html Css Color HEX #627071 Nevada

📋 copy color: '#627071'

red 98 ◦ green 112 ◦ blue 113

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

Shades of Nevada #627071

Tints of Nevada #627071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.67%

 BLUE value IS 113 (44.53% from 255) = 34.98%

R = 30.34%
G = 34.67%
B = 34.98%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#627071 (or 0x627071) is known color: Nevada. HEX triplet: 62, 70 and 71. RGB value is (98,112,113). Sum of RGB (Red+Green+Blue) = 98+112+113=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 113 - color contains mainly: blue. Hex color #627071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627071 is #9D8F8E. Grayscale: #6B6B6B. Windows color (decimal): -10325903 or 7434338. OLE color: 7434338.

HSL color Cylindrical-coordinate representation of color #627071: hue angle of 184º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #627071 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 112 113 -
CMYK 0.13 0.01 0 0.56
HSL 184º 0.07% 0.41% -
HSV(B) 184º 0.13% 0.44% -
XYZ 13.81 15.38 17.86 -
YUV 107.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 98 112 113 0.13 0.01 0 0.56 184 0.07 0.41
Hex 62 70 71 D 1 0 38 B8 7 29
Octal 142 160 161 15 1 0 70 270 7 51
Binary 1100010 1110000 1110001 1101 1 0 111000 10111000 111 101001

Color Harmonies of #627071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627071

Black with #627071

Text Example


Text Example

White with #627071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627071; }

 p { color: rgb(98,112,113); }

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

background-color css

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

 a { background-color: rgb(98,112,113); }

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

border-color css

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

 span { border-color: rgb(98,112,113); }

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