#6E5C82

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

Shades of Kimberly #6E5C82

Tints of Kimberly #6E5C82

Color information

#6E5C82 (or 0x6E5C82) is unknown color: approx Kimberly. HEX triplet: 6E, 5C and 82. RGB value is (110,92,130). Sum of RGB (Red+Green+Blue) = 110+92+130=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 130 - color contains mainly: blue. Hex color #6E5C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5C82 is #91A37D. Grayscale: #656565. Windows color (decimal): -9544574 or 8543342. OLE color: 8543342.

HSL color Cylindrical-coordinate representation of color #6E5C82: hue angle of 268.42º 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 #6E5C82 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11092130-
CMYK0.150.2900.49
HSL268.42º17.12%43.53%-
HSV(B)268.42º29.23%50.98%-
XYZ14.2912.5822.79-
YUV101.71143.96133.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.13%
GREEN value IS 92 (36.33% from 255) = 27.71%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=33.13%
G=27.71%
B=39.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110921300.150.2900.49268.4217.1243.53
Hex6E5C82F1D03110c112c
Octal15613420217350614142154
Binary1101110101110010000010111111101011000110000110010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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