Html Css Color HEX #626968 Nevada

📋 copy color: '#626968'

red 98 ◦ green 105 ◦ blue 104

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

Shades of Nevada #626968

Tints of Nevada #626968

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.2%

 BLUE value IS 104 (41.02% from 255) = 33.88%

R = 31.92%
G = 34.2%
B = 33.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#626968 (or 0x626968) is known color: Nevada. HEX triplet: 62, 69 and 68. RGB value is (98,105,104). Sum of RGB (Red+Green+Blue) = 98+105+104=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 105 - color contains mainly: green. Hex color #626968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626968 is #9D9697. Grayscale: #666666. Windows color (decimal): -10327704 or 6842722. OLE color: 6842722.

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

Color convert

RGB 98 105 104 -
CMYK 0.07 0 0.01 0.59
HSL 171.43º 0.03% 0.4% -
HSV(B) 171.43º 0.07% 0.41% -
XYZ 12.59 13.7 15.08 -
YUV 102.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 98 105 104 0.07 0 0.01 0.59 171.43 0.03 0.4
Hex 62 69 68 7 0 1 3B AB 3 28
Octal 142 151 150 7 0 1 73 253 3 50
Binary 1100010 1101001 1101000 111 0 1 111011 10101011 11 101000

Color Harmonies of #626968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626968

Black with #626968

Text Example


Text Example

White with #626968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626968; }

 p { color: rgb(98,105,104); }

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

background-color css

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

 a { background-color: rgb(98,105,104); }

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

border-color css

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

 span { border-color: rgb(98,105,104); }

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