#6D628A

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

Shades of Kimberly #6D628A

Tints of Kimberly #6D628A

Color information

#6D628A (or 0x6D628A) is unknown color: approx Kimberly. HEX triplet: 6D, 62 and 8A. RGB value is (109,98,138). Sum of RGB (Red+Green+Blue) = 109+98+138=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D628A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D628A is #929D75. Grayscale: #696969. Windows color (decimal): -9608566 or 9069165. OLE color: 9069165.

HSL color Cylindrical-coordinate representation of color #6D628A: hue angle of 256.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D628A is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10998138-
CMYK0.210.2900.46
HSL256.5º16.95%46.27%-
HSV(B)256.5º28.99%54.12%-
XYZ15.2613.8225.91-
YUV105.85146.14130.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.59%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 138 (54.30% from 255) = 40%
R=31.59%
G=28.41%
B=40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109981380.210.2900.46256.516.9546.27
Hex6D628A151D02E100112e
Octal15514221225350564002156
Binary11011011100010100010101010111101010111010000000010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,98,138); }

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

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

 a { background-color: rgb(109,98,138); }

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

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

 span { border-color: rgb(109,98,138); }

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