#6D688D

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

Shades of Kimberly #6D688D

Tints of Kimberly #6D688D

Color information

#6D688D (or 0x6D688D) is unknown color: approx Kimberly. HEX triplet: 6D, 68 and 8D. RGB value is (109,104,141). Sum of RGB (Red+Green+Blue) = 109+104+141=354 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.79% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D688D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D688D is #929772. Grayscale: #6D6D6D. Windows color (decimal): -9607027 or 9267309. OLE color: 9267309.

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

Color convert

RGB109104141-
CMYK0.230.2600.45
HSL248.11º15.1%48.04%-
HSV(B)248.11º26.24%55.29%-
XYZ16.0615.0727.26-
YUV109.71145.66127.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.79%
GREEN value IS 104 (41.02% from 255) = 29.38%
BLUE value IS 141 (55.47% from 255) = 39.83%
R=30.79%
G=29.38%
B=39.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1091041410.230.2600.45248.1115.148.04
Hex6D688D171A02Df8f30
Octal15515021527320553701760
Binary110110111010001000110110111110100101101111110001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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