#6E677C

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

Shades of Kimberly #6E677C

Tints of Kimberly #6E677C

Color information

#6E677C (or 0x6E677C) is unknown color: approx Kimberly. HEX triplet: 6E, 67 and 7C. RGB value is (110,103,124). Sum of RGB (Red+Green+Blue) = 110+103+124=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E677C is #919883. Grayscale: #6B6B6B. Windows color (decimal): -9541764 or 8152942. OLE color: 8152942.

HSL color Cylindrical-coordinate representation of color #6E677C: hue angle of 260º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E677C is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB110103124-
CMYK0.110.1700.51
HSL260º9.25%44.51%-
HSV(B)260º16.94%48.63%-
XYZ14.9214.4721.08-
YUV107.49137.32129.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.64%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=32.64%
G=30.56%
B=36.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1101031240.110.1700.512609.2544.51
Hex6E677CB1103310492d
Octal15614717413210634041155
Binary11011101100111111110010111000101100111000001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,103,124); }

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

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

 a { background-color: rgb(110,103,124); }

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

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

 span { border-color: rgb(110,103,124); }

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