Html Css Color HEX #626D6C Nevada

📋 copy color: '#626D6C'

red 98 ◦ green 109 ◦ blue 108

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

Shades of Nevada #626D6C

Tints of Nevada #626D6C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.6%

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 31.11%
G = 34.6%
B = 34.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#626D6C (or 0x626D6C) is known color: Nevada. HEX triplet: 62, 6D and 6C. RGB value is (98,109,108). Sum of RGB (Red+Green+Blue) = 98+109+108=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 109 - color contains mainly: green. Hex color #626D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626D6C is #9D9293. Grayscale: #696969. Windows color (decimal): -10326676 or 7105890. OLE color: 7105890.

HSL color Cylindrical-coordinate representation of color #626D6C: hue angle of 174.55º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #626D6C is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB 98 109 108 -
CMYK 0.10 0 0.01 0.57
HSL 174.55º 0.05% 0.41% -
HSV(B) 174.55º 0.1% 0.43% -
XYZ 13.21 14.62 16.31 -
YUV 105.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 98 109 108 0.10 0 0.01 0.57 174.55 0.05 0.41
Hex 62 6D 6C A 0 1 39 AF 5 29
Octal 142 155 154 12 0 1 71 257 5 51
Binary 1100010 1101101 1101100 1010 0 1 111001 10101111 101 101001

Color Harmonies of #626D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626D6C

Black with #626D6C

Text Example


Text Example

White with #626D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626D6C; }

 p { color: rgb(98,109,108); }

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

background-color css

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

 a { background-color: rgb(98,109,108); }

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

border-color css

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

 span { border-color: rgb(98,109,108); }

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