#6C618D

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

Shades of Kimberly #6C618D

Tints of Kimberly #6C618D

Color information

#6C618D (or 0x6C618D) is unknown color: approx Kimberly. HEX triplet: 6C, 61 and 8D. RGB value is (108,97,141). Sum of RGB (Red+Green+Blue) = 108+97+141=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C618D is #939E72. Grayscale: #696969. Windows color (decimal): -9674355 or 9265516. OLE color: 9265516.

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

Color convert

RGB10897141-
CMYK0.230.3100.45
HSL255º18.49%46.67%-
HSV(B)255º31.21%55.29%-
XYZ15.2713.6627.03-
YUV105.3148.14129.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.21%
GREEN value IS 97 (38.28% from 255) = 28.03%
BLUE value IS 141 (55.47% from 255) = 40.75%
R=31.21%
G=28.03%
B=40.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108971410.230.3100.4525518.4946.67
Hex6C618D171F02Dff122f
Octal15414121527370553772257
Binary1101100110000110001101101111111101011011111111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,97,141); }

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

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

 a { background-color: rgb(108,97,141); }

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

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

 span { border-color: rgb(108,97,141); }

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