#6B6B69

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

Shades of Ironside Grey #6B6B69

Tints of Ironside Grey #6B6B69

Color information

#6B6B69 (or 0x6B6B69) is unknown color: approx Ironside Grey. HEX triplet: 6B, 6B and 69. RGB value is (107,107,105). Sum of RGB (Red+Green+Blue) = 107+107+105=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 107 - color contains mainly: red, green. Hex color #6B6B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6B69 is #949496. Grayscale: #6A6A6A. Windows color (decimal): -9737367 or 6908779. OLE color: 6908779.

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

Color convert

RGB107107105-
CMYK000.020.58
HSL60º0.94%41.57%-
HSV(B)60º1.87%41.96%-
XYZ13.8714.6615.46-
YUV106.77127128.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.54%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 105 (41.41% from 255) = 32.92%
R=33.54%
G=33.54%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107107105000.020.58600.9441.57
Hex6B6B690023A3c12a
Octal1531531510027274152
Binary11010111101011110100100101110101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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