#6E628A

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

Shades of Kimberly #6E628A

Tints of Kimberly #6E628A

Color information

#6E628A (or 0x6E628A) is unknown color: approx Kimberly. HEX triplet: 6E, 62 and 8A. RGB value is (110,98,138). Sum of RGB (Red+Green+Blue) = 110+98+138=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E628A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E628A is #919D75. Grayscale: #6A6A6A. Windows color (decimal): -9543030 or 9069166. OLE color: 9069166.

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

Color convert

RGB11098138-
CMYK0.200.2900.46
HSL258º16.95%46.27%-
HSV(B)258º28.99%54.12%-
XYZ15.3913.8925.91-
YUV106.15145.98130.75-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.79%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=31.79%
G=28.32%
B=39.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal110981380.200.2900.4625816.9546.27
Hex6E628A141D02E102112e
Octal15614221224350564022156
Binary11011101100010100010101010011101010111010000001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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