Html Css Color HEX #606969 Nevada

📋 copy color: '#606969'

red 96 ◦ green 105 ◦ blue 105

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

Shades of Nevada #606969

Tints of Nevada #606969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.31%

R = 31.37%
G = 34.31%
B = 34.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#606969 (or 0x606969) is known color: Nevada. HEX triplet: 60, 69 and 69. RGB value is (96,105,105). Sum of RGB (Red+Green+Blue) = 96+105+105=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 105 - color contains mainly: green, blue. Hex color #606969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606969 is #9F9696. Grayscale: #666666. Windows color (decimal): -10458775 or 6908256. OLE color: 6908256.

HSL color Cylindrical-coordinate representation of color #606969: hue angle of 180º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #606969 is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 105 105 -
CMYK 0.09 0 0 0.59
HSL 180º 0.04% 0.39% -
HSV(B) 180º 0.09% 0.41% -
XYZ 12.43 13.61 15.34 -
YUV 102.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 96 105 105 0.09 0 0 0.59 180 0.04 0.39
Hex 60 69 69 9 0 0 3B B4 4 27
Octal 140 151 151 11 0 0 73 264 4 47
Binary 1100000 1101001 1101001 1001 0 0 111011 10110100 100 100111

Color Harmonies of #606969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606969

Black with #606969

Text Example


Text Example

White with #606969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606969; }

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

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

background-color css

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

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

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

border-color css

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

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

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