#6D6789

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

Shades of Kimberly #6D6789

Tints of Kimberly #6D6789

Color information

#6D6789 (or 0x6D6789) is unknown color: approx Kimberly. HEX triplet: 6D, 67 and 89. RGB value is (109,103,137). Sum of RGB (Red+Green+Blue) = 109+103+137=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #6D6789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6789 is #929876. Grayscale: #6C6C6C. Windows color (decimal): -9607287 or 9004909. OLE color: 9004909.

HSL color Cylindrical-coordinate representation of color #6D6789: hue angle of 250.59º 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 #6D6789 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB109103137-
CMYK0.200.2500.46
HSL250.59º14.17%47.06%-
HSV(B)250.59º24.82%53.73%-
XYZ15.6714.7625.69-
YUV108.67143.99128.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.23%
GREEN value IS 103 (40.62% from 255) = 29.51%
BLUE value IS 137 (53.91% from 255) = 39.26%
R=31.23%
G=29.51%
B=39.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1091031370.200.2500.46250.5914.1747.06
Hex6D6789141902Efbe2f
Octal15514721124310563731657
Binary110110111001111000100110100110010101110111110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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