#406B69

Color #406B69 Tax Break (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tax Break #406B69

Tints of Tax Break #406B69

Color information

#406B69 (or 0x406B69) is unknown color: approx Tax Break. HEX triplet: 40, 6B and 69. RGB value is (64,107,105). Sum of RGB (Red+Green+Blue) = 64+107+105=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 107 - color contains mainly: green. Hex color #406B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B69 is #BF9496. Grayscale: #5D5D5D. Windows color (decimal): -12555415 or 6908736. OLE color: 6908736.

HSL color Cylindrical-coordinate representation of color #406B69: hue angle of 177.21º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406B69 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB64107105-
CMYK0.4000.020.58
HSL177.21º25.15%33.53%-
HSV(B)177.21º40.19%41.96%-
XYZ9.9212.6315.28-
YUV93.92134.25106.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 107 (42.19% from 255) = 38.77%
BLUE value IS 105 (41.41% from 255) = 38.04%
R=23.19%
G=38.77%
B=38.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal641071050.4000.020.58177.2125.1533.53
Hex406B6928023Ab11922
Octal1001531515002722613142
Binary1000000110101111010011010000101110101011000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406B69; }

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

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

<style>
 a { background-color: #406B69; }

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

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

<style>
 span { border-color: #406B69; }

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

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