#6E617F

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

Shades of Kimberly #6E617F

Tints of Kimberly #6E617F

Color information

#6E617F (or 0x6E617F) is unknown color: approx Kimberly. HEX triplet: 6E, 61 and 7F. RGB value is (110,97,127). Sum of RGB (Red+Green+Blue) = 110+97+127=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E617F is #919E80. Grayscale: #686868. Windows color (decimal): -9543297 or 8348014. OLE color: 8348014.

HSL color Cylindrical-coordinate representation of color #6E617F: hue angle of 266º degrees, saturation: 0.13, 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 #6E617F is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11097127-
CMYK0.130.2400.50
HSL266º13.39%43.92%-
HSV(B)266º23.62%49.8%-
XYZ14.5413.421.9-
YUV104.31140.81132.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.93%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 127 (50% from 255) = 38.02%
R=32.93%
G=29.04%
B=38.02%

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
Decimal110971270.130.2400.5026613.3943.92
Hex6E617FD1803210ad2c
Octal15614117715300624121554
Binary11011101100001111111111011100001100101000010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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