#6D618A

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

Shades of Kimberly #6D618A

Tints of Kimberly #6D618A

Color information

#6D618A (or 0x6D618A) is unknown color: approx Kimberly. HEX triplet: 6D, 61 and 8A. RGB value is (109,97,138). Sum of RGB (Red+Green+Blue) = 109+97+138=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D618A is #929E75. Grayscale: #696969. Windows color (decimal): -9608822 or 9068909. OLE color: 9068909.

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

Color convert

RGB10997138-
CMYK0.210.3000.46
HSL257.56º17.45%46.08%-
HSV(B)257.56º29.71%54.12%-
XYZ15.1713.6425.88-
YUV105.26146.48130.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.69%
GREEN value IS 97 (38.28% from 255) = 28.20%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=31.69%
G=28.20%
B=40.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109971380.210.3000.46257.5617.4546.08
Hex6D618A151E02E102112e
Octal15514121225360564022156
Binary11011011100001100010101010111110010111010000001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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