#6A6B6B

Color #6A6B6B Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #6A6B6B

Tints of Nevada #6A6B6B

Color information

#6A6B6B (or 0x6A6B6B) is unknown color: approx Nevada. HEX triplet: 6A, 6B and 6B. RGB value is (106,107,107). Sum of RGB (Red+Green+Blue) = 106+107+107=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 107 - color contains mainly: green, blue. Hex color #6A6B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6B6B is #959494. Grayscale: #6A6A6A. Windows color (decimal): -9802901 or 7039850. OLE color: 7039850.

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

Color convert

RGB106107107-
CMYK0.01000.58
HSL180º0.47%41.76%-
HSV(B)180º0.93%41.96%-
XYZ13.8614.6416.01-
YUV106.7128.17127.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.12%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 107 (42.19% from 255) = 33.44%
R=33.12%
G=33.44%
B=33.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061071070.01000.581800.4741.76
Hex6A6B6B1003Ab402a
Octal15215315310072264052
Binary110101011010111101011100111010101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A6B6B; }

 p { color: rgb(106,107,107); }

 H1.HeaderClassName
 {
   color: #6A6B6B;
 }
 .AnyTagClassName
 {
   color: #6A6B6B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #6A6B6B;
 }
 .BgClassName
 {
   background-color: #6A6B6B;
 }
</style>
border-color css

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

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

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