#6D5C82

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

Shades of Kimberly #6D5C82

Tints of Kimberly #6D5C82

Color information

#6D5C82 (or 0x6D5C82) is unknown color: approx Kimberly. HEX triplet: 6D, 5C and 82. RGB value is (109,92,130). Sum of RGB (Red+Green+Blue) = 109+92+130=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D5C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5C82 is #92A37D. Grayscale: #656565. Windows color (decimal): -9610110 or 8543341. OLE color: 8543341.

HSL color Cylindrical-coordinate representation of color #6D5C82: hue angle of 266.84º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D5C82 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10992130-
CMYK0.160.2900.49
HSL266.84º17.12%43.53%-
HSV(B)266.84º29.23%50.98%-
XYZ14.1612.5222.79-
YUV101.42144.13133.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.93%
GREEN value IS 92 (36.33% from 255) = 27.79%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=32.93%
G=27.79%
B=39.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109921300.160.2900.49266.8417.1243.53
Hex6D5C82101D03110b112c
Octal15513420220350614132154
Binary11011011011100100000101000011101011000110000101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,92,130); }

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

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

 a { background-color: rgb(109,92,130); }

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

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

 span { border-color: rgb(109,92,130); }

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