Html Css Color HEX #687273 Nevada

📋 copy color: '#687273'

red 104 ◦ green 114 ◦ blue 115

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

Shades of Nevada #687273

Tints of Nevada #687273

RGB

 RED value IS 104 (41.02% from 255) = 31.23%

 GREEN value IS 114 (44.92% from 255) = 34.23%

 BLUE value IS 115 (45.31% from 255) = 34.53%

R = 31.23%
G = 34.23%
B = 34.53%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#687273 (or 0x687273) is known color: Nevada. HEX triplet: 68, 72 and 73. RGB value is (104,114,115). Sum of RGB (Red+Green+Blue) = 104+114+115=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 115 - color contains mainly: blue. Hex color #687273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687273 is #978D8C. Grayscale: #6F6F6F. Windows color (decimal): -9932173 or 7565928. OLE color: 7565928.

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

Color convert

RGB 104 114 115 -
CMYK 0.10 0.01 0 0.55
HSL 185.45º 0.05% 0.43% -
HSV(B) 185.45º 0.1% 0.45% -
XYZ 14.82 16.22 18.57 -
YUV 111.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 104 114 115 0.10 0.01 0 0.55 185.45 0.05 0.43
Hex 68 72 73 A 1 0 37 B9 5 2B
Octal 150 162 163 12 1 0 67 271 5 53
Binary 1101000 1110010 1110011 1010 1 0 110111 10111001 101 101011

Color Harmonies of #687273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687273

Black with #687273

Text Example


Text Example

White with #687273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687273; }

 p { color: rgb(104,114,115); }

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

background-color css

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

 a { background-color: rgb(104,114,115); }

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

border-color css

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

 span { border-color: rgb(104,114,115); }

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