#6D688E

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

Shades of Kimberly #6D688E

Tints of Kimberly #6D688E

Color information

#6D688E (or 0x6D688E) is unknown color: approx Kimberly. HEX triplet: 6D, 68 and 8E. RGB value is (109,104,142). Sum of RGB (Red+Green+Blue) = 109+104+142=355 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.70% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D688E is #929771. Grayscale: #6D6D6D. Windows color (decimal): -9607026 or 9332845. OLE color: 9332845.

HSL color Cylindrical-coordinate representation of color #6D688E: hue angle of 247.89º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D688E is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB109104142-
CMYK0.230.2700.44
HSL247.89º15.45%48.24%-
HSV(B)247.89º26.76%55.69%-
XYZ16.1415.127.66-
YUV109.83146.16127.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.70%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 142 (55.86% from 255) = 40%
R=30.70%
G=29.30%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1091041420.230.2700.44247.8915.4548.24
Hex6D688E171B02Cf8f30
Octal15515021627330543701760
Binary110110111010001000111010111110110101100111110001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,104,142); }

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

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

 a { background-color: rgb(109,104,142); }

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

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

 span { border-color: rgb(109,104,142); }

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