Html Css Color HEX #697475 Nevada

📋 copy color: '#697475'

red 105 ◦ green 116 ◦ blue 117

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

Shades of Nevada #697475

Tints of Nevada #697475

RGB

 RED value IS 105 (41.41% from 255) = 31.07%

 GREEN value IS 116 (45.7% from 255) = 34.32%

 BLUE value IS 117 (46.09% from 255) = 34.62%

R = 31.07%
G = 34.32%
B = 34.62%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#697475 (or 0x697475) is known color: Nevada. HEX triplet: 69, 74 and 75. RGB value is (105,116,117). Sum of RGB (Red+Green+Blue) = 105+116+117=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 117 - color contains mainly: blue. Hex color #697475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697475 is #968B8A. Grayscale: #707070. Windows color (decimal): -9866123 or 7697513. OLE color: 7697513.

HSL color Cylindrical-coordinate representation of color #697475: hue angle of 185º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #697475 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 116 117 -
CMYK 0.10 0.01 0 0.54
HSL 185º 0.05% 0.44% -
HSV(B) 185º 0.1% 0.46% -
XYZ 15.28 16.78 19.26 -
YUV 112.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 105 116 117 0.10 0.01 0 0.54 185 0.05 0.44
Hex 69 74 75 A 1 0 36 B9 5 2C
Octal 151 164 165 12 1 0 66 271 5 54
Binary 1101001 1110100 1110101 1010 1 0 110110 10111001 101 101100

Color Harmonies of #697475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697475

Black with #697475

Text Example


Text Example

White with #697475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697475; }

 p { color: rgb(105,116,117); }

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

background-color css

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

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

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

border-color css

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

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

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