#6C5D82

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

Shades of Kimberly #6C5D82

Tints of Kimberly #6C5D82

Color information

#6C5D82 (or 0x6C5D82) is unknown color: approx Kimberly. HEX triplet: 6C, 5D and 82. RGB value is (108,93,130). Sum of RGB (Red+Green+Blue) = 108+93+130=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 93 (36.72% from 255 or 28.10% 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 #6C5D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5D82 is #93A27D. Grayscale: #656565. Windows color (decimal): -9675390 or 8543596. OLE color: 8543596.

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

Color convert

RGB10893130-
CMYK0.170.2800.49
HSL264.32º16.59%43.73%-
HSV(B)264.32º28.46%50.98%-
XYZ14.1312.6322.81-
YUV101.7143.97132.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.63%
GREEN value IS 93 (36.72% from 255) = 28.10%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=32.63%
G=28.10%
B=39.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108931300.170.2800.49264.3216.5943.73
Hex6C5D82111C031108112c
Octal15413520221340614102154
Binary11011001011101100000101000111100011000110000100010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,93,130); }

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

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

 a { background-color: rgb(108,93,130); }

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

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

 span { border-color: rgb(108,93,130); }

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