#6A6079

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

Shades of Kimberly #6A6079

Tints of Kimberly #6A6079

Color information

#6A6079 (or 0x6A6079) is unknown color: approx Kimberly. HEX triplet: 6A, 60 and 79. RGB value is (106,96,121). Sum of RGB (Red+Green+Blue) = 106+96+121=323 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.82% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 121 - color contains mainly: blue. Hex color #6A6079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6079 is #959F86. Grayscale: #656565. Windows color (decimal): -9805703 or 7954538. OLE color: 7954538.

HSL color Cylindrical-coordinate representation of color #6A6079: hue angle of 264º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A6079 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10696121-
CMYK0.120.2100.53
HSL264º11.52%42.55%-
HSV(B)264º20.66%47.45%-
XYZ13.5812.8119.85-
YUV101.84138.81130.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.82%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 121 (47.66% from 255) = 37.46%
R=32.82%
G=29.72%
B=37.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106961210.120.2100.5326411.5242.55
Hex6A6079C15035108c2b
Octal15214017114250654101453
Binary11010101100000111100111001010101101011000010001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,96,121); }

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

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

 a { background-color: rgb(106,96,121); }

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

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

 span { border-color: rgb(106,96,121); }

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