Html Css Color HEX #606D6D Nevada

📋 copy color: '#606D6D'

red 96 ◦ green 109 ◦ blue 109

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

Shades of Nevada #606D6D

Tints of Nevada #606D6D

RGB

 RED value IS 96 (37.89% from 255) = 30.57%

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

 BLUE value IS 109 (42.97% from 255) = 34.71%

R = 30.57%
G = 34.71%
B = 34.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#606D6D (or 0x606D6D) is known color: Nevada. HEX triplet: 60, 6D and 6D. RGB value is (96,109,109). Sum of RGB (Red+Green+Blue) = 96+109+109=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 109 - color contains mainly: green, blue. Hex color #606D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D6D is #9F9292. Grayscale: #696969. Windows color (decimal): -10457747 or 7171424. OLE color: 7171424.

HSL color Cylindrical-coordinate representation of color #606D6D: hue angle of 180º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #606D6D is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 109 109 -
CMYK 0.12 0 0 0.57
HSL 180º 0.06% 0.4% -
HSV(B) 180º 0.12% 0.43% -
XYZ 13.05 14.53 16.58 -
YUV 105.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 96 109 109 0.12 0 0 0.57 180 0.06 0.4
Hex 60 6D 6D C 0 0 39 B4 6 28
Octal 140 155 155 14 0 0 71 264 6 50
Binary 1100000 1101101 1101101 1100 0 0 111001 10110100 110 101000

Color Harmonies of #606D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606D6D

Black with #606D6D

Text Example


Text Example

White with #606D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606D6D; }

 p { color: rgb(96,109,109); }

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

background-color css

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

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

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

border-color css

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

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

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