Html Css Color HEX #616A69 Nevada

📋 copy color: '#616A69'

red 97 ◦ green 106 ◦ blue 105

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

Shades of Nevada #616A69

Tints of Nevada #616A69

RGB

 RED value IS 97 (38.28% from 255) = 31.49%

 GREEN value IS 106 (41.8% from 255) = 34.42%

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

R = 31.49%
G = 34.42%
B = 34.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#616A69 (or 0x616A69) is known color: Nevada. HEX triplet: 61, 6A and 69. RGB value is (97,106,105). Sum of RGB (Red+Green+Blue) = 97+106+105=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 106 - color contains mainly: green. Hex color #616A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A69 is #9E9596. Grayscale: #676767. Windows color (decimal): -10392983 or 6908513. OLE color: 6908513.

HSL color Cylindrical-coordinate representation of color #616A69: hue angle of 173.33º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #616A69 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 106 105 -
CMYK 0.08 0 0.01 0.58
HSL 173.33º 0.04% 0.4% -
HSV(B) 173.33º 0.08% 0.42% -
XYZ 12.63 13.87 15.38 -
YUV 103.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 97 106 105 0.08 0 0.01 0.58 173.33 0.04 0.4
Hex 61 6A 69 8 0 1 3A AD 4 28
Octal 141 152 151 10 0 1 72 255 4 50
Binary 1100001 1101010 1101001 1000 0 1 111010 10101101 100 101000

Color Harmonies of #616A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616A69

Black with #616A69

Text Example


Text Example

White with #616A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616A69; }

 p { color: rgb(97,106,105); }

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

background-color css

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

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

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

border-color css

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

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

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