#6B7B7C

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

Shades of Nevada #6B7B7C

Tints of Nevada #6B7B7C

Color information

#6B7B7C (or 0x6B7B7C) is unknown color: approx Nevada. HEX triplet: 6B, 7B and 7C. RGB value is (107,123,124). Sum of RGB (Red+Green+Blue) = 107+123+124=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B7B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7B7C is #948483. Grayscale: #767676. Windows color (decimal): -9733252 or 8158059. OLE color: 8158059.

HSL color Cylindrical-coordinate representation of color #6B7B7C: hue angle of 183.53º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B7B7C is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB107123124-
CMYK0.140.0100.51
HSL183.53º7.36%45.29%-
HSV(B)183.53º13.71%48.63%-
XYZ16.7818.7521.8-
YUV118.33131.2119.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.23%
GREEN value IS 123 (48.44% from 255) = 34.75%
BLUE value IS 124 (48.83% from 255) = 35.03%
R=30.23%
G=34.75%
B=35.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1071231240.140.0100.51183.537.3645.29
Hex6B7B7CE1033b872d
Octal153173174161063270755
Binary11010111111011111110011101011001110111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,123,124); }

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

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

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

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

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

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

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