#6D5E85

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

Shades of Kimberly #6D5E85

Tints of Kimberly #6D5E85

Color information

#6D5E85 (or 0x6D5E85) is unknown color: approx Kimberly. HEX triplet: 6D, 5E and 85. RGB value is (109,94,133). Sum of RGB (Red+Green+Blue) = 109+94+133=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D5E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5E85 is #92A17A. Grayscale: #666666. Windows color (decimal): -9609595 or 8740461. OLE color: 8740461.

HSL color Cylindrical-coordinate representation of color #6D5E85: hue angle of 263.08º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D5E85 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10994133-
CMYK0.180.2900.48
HSL263.08º17.18%44.51%-
HSV(B)263.08º29.32%52.16%-
XYZ14.5412.9523.92-
YUV102.93144.97132.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.44%
GREEN value IS 94 (37.11% from 255) = 27.98%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=32.44%
G=27.98%
B=39.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal109941330.180.2900.48263.0817.1844.51
Hex6D5E85121D030107112d
Octal15513620522350604072155
Binary11011011011110100001011001011101011000010000011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,94,133); }

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

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

 a { background-color: rgb(109,94,133); }

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

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

 span { border-color: rgb(109,94,133); }

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