Html Css Color HEX #626C6C Nevada

📋 copy color: '#626C6C'

red 98 ◦ green 108 ◦ blue 108

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

Shades of Nevada #626C6C

Tints of Nevada #626C6C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.39%

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

R = 31.21%
G = 34.39%
B = 34.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#626C6C (or 0x626C6C) is known color: Nevada. HEX triplet: 62, 6C and 6C. RGB value is (98,108,108). Sum of RGB (Red+Green+Blue) = 98+108+108=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 108 - color contains mainly: green, blue. Hex color #626C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626C6C is #9D9393. Grayscale: #696969. Windows color (decimal): -10326932 or 7105634. OLE color: 7105634.

HSL color Cylindrical-coordinate representation of color #626C6C: hue angle of 180º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #626C6C is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 98 108 108 -
CMYK 0.09 0 0 0.58
HSL 180º 0.05% 0.4% -
HSV(B) 180º 0.09% 0.42% -
XYZ 13.11 14.4 16.28 -
YUV 105.01 129.69 123 -
System Red Green Blue C M Y K H S L
Decimal 98 108 108 0.09 0 0 0.58 180 0.05 0.4
Hex 62 6C 6C 9 0 0 3A B4 5 28
Octal 142 154 154 11 0 0 72 264 5 50
Binary 1100010 1101100 1101100 1001 0 0 111010 10110100 101 101000

Color Harmonies of #626C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626C6C

Black with #626C6C

Text Example


Text Example

White with #626C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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