#6E5F82

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

Shades of Kimberly #6E5F82

Tints of Kimberly #6E5F82

Color information

#6E5F82 (or 0x6E5F82) is unknown color: approx Kimberly. HEX triplet: 6E, 5F and 82. RGB value is (110,95,130). Sum of RGB (Red+Green+Blue) = 110+95+130=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 130 - color contains mainly: blue. Hex color #6E5F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5F82 is #91A07D. Grayscale: #676767. Windows color (decimal): -9543806 or 8544110. OLE color: 8544110.

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

Color convert

RGB11095130-
CMYK0.150.2700.49
HSL265.71º15.56%44.12%-
HSV(B)265.71º26.92%50.98%-
XYZ14.5513.1122.88-
YUV103.48142.97132.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.84%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=32.84%
G=28.36%
B=38.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110951300.150.2700.49265.7115.5644.12
Hex6E5F82F1B03110a102c
Octal15613720217330614122054
Binary1101110101111110000010111111011011000110000101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,95,130); }

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

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

 a { background-color: rgb(110,95,130); }

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

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

 span { border-color: rgb(110,95,130); }

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