#6E607F

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

Shades of Kimberly #6E607F

Tints of Kimberly #6E607F

Color information

#6E607F (or 0x6E607F) is unknown color: approx Kimberly. HEX triplet: 6E, 60 and 7F. RGB value is (110,96,127). Sum of RGB (Red+Green+Blue) = 110+96+127=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E607F is #919F80. Grayscale: #676767. Windows color (decimal): -9543553 or 8347758. OLE color: 8347758.

HSL color Cylindrical-coordinate representation of color #6E607F: hue angle of 267.1º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E607F is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11096127-
CMYK0.130.2400.50
HSL267.1º13.9%43.73%-
HSV(B)267.1º24.41%49.8%-
XYZ14.4413.2121.87-
YUV103.72141.14132.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.03%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 127 (50% from 255) = 38.14%
R=33.03%
G=28.83%
B=38.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal110961270.130.2400.50267.113.943.73
Hex6E607FD1803210be2c
Octal15614017715300624131654
Binary11011101100000111111111011100001100101000010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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