#6A6789

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

Shades of Kimberly #6A6789

Tints of Kimberly #6A6789

Color information

#6A6789 (or 0x6A6789) is unknown color: approx Kimberly. HEX triplet: 6A, 67 and 89. RGB value is (106,103,137). Sum of RGB (Red+Green+Blue) = 106+103+137=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A6789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6789 is #959876. Grayscale: #6B6B6B. Windows color (decimal): -9803895 or 9004906. OLE color: 9004906.

HSL color Cylindrical-coordinate representation of color #6A6789: hue angle of 245.29º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A6789 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB106103137-
CMYK0.230.2500.46
HSL245.29º14.17%47.06%-
HSV(B)245.29º24.82%53.73%-
XYZ15.3114.5725.67-
YUV107.77144.49126.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.64%
GREEN value IS 103 (40.62% from 255) = 29.77%
BLUE value IS 137 (53.91% from 255) = 39.60%
R=30.64%
G=29.77%
B=39.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1061031370.230.2500.46245.2914.1747.06
Hex6A6789171902Ef5e2f
Octal15214721127310563651657
Binary110101011001111000100110111110010101110111101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,103,137); }

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

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

 a { background-color: rgb(106,103,137); }

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

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

 span { border-color: rgb(106,103,137); }

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