#6B6A68

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

Shades of Ironside Grey #6B6A68

Tints of Ironside Grey #6B6A68

Color information

#6B6A68 (or 0x6B6A68) is unknown color: approx Ironside Grey. HEX triplet: 6B, 6A and 68. RGB value is (107,106,104). Sum of RGB (Red+Green+Blue) = 107+106+104=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6A68 is #949597. Grayscale: #6A6A6A. Windows color (decimal): -9737624 or 6842987. OLE color: 6842987.

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

Color convert

RGB107106104-
CMYK00.010.030.58
HSL40º1.42%41.37%-
HSV(B)40º2.8%41.96%-
XYZ13.7214.4315.16-
YUV106.07126.83128.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.75%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=33.75%
G=33.44%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10710610400.010.030.58401.4241.37
Hex6B6A680133A28129
Octal1531521500137250151
Binary11010111101010110100001111110101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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