#6E6082

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

Shades of Kimberly #6E6082

Tints of Kimberly #6E6082

Color information

#6E6082 (or 0x6E6082) is unknown color: approx Kimberly. HEX triplet: 6E, 60 and 82. RGB value is (110,96,130). Sum of RGB (Red+Green+Blue) = 110+96+130=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #6E6082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6082 is #919F7D. Grayscale: #676767. Windows color (decimal): -9543550 or 8544366. OLE color: 8544366.

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

Color convert

RGB11096130-
CMYK0.150.2600.49
HSL264.71º15.04%44.31%-
HSV(B)264.71º26.15%50.98%-
XYZ14.6413.2922.91-
YUV104.06142.64132.24-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.74%
GREEN value IS 96 (37.89% from 255) = 28.57%
BLUE value IS 130 (51.17% from 255) = 38.69%
R=32.74%
G=28.57%
B=38.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110961300.150.2600.49264.7115.0444.31
Hex6E6082F1A031109f2c
Octal15614020217320614111754
Binary110111011000001000001011111101001100011000010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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