#6A6D6B

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

Shades of Sirocco #6A6D6B

Tints of Sirocco #6A6D6B

Color information

#6A6D6B (or 0x6A6D6B) is unknown color: approx Sirocco. HEX triplet: 6A, 6D and 6B. RGB value is (106,109,107). Sum of RGB (Red+Green+Blue) = 106+109+107=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 109 - color contains mainly: green. Hex color #6A6D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6D6B is #959294. Grayscale: #6B6B6B. Windows color (decimal): -9802389 or 7040362. OLE color: 7040362.

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

Color convert

RGB106109107-
CMYK0.0300.020.57
HSL140º1.4%42.16%-
HSV(B)140º2.75%42.75%-
XYZ14.0715.0616.08-
YUV107.88127.51126.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.92%
GREEN value IS 109 (42.97% from 255) = 33.85%
BLUE value IS 107 (42.19% from 255) = 33.23%
R=32.92%
G=33.85%
B=33.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1061091070.0300.020.571401.442.16
Hex6A6D6B302398c12a
Octal15215515330271214152
Binary11010101101101110101111010111001100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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