#6E678E

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

Shades of Kimberly #6E678E

Tints of Kimberly #6E678E

Color information

#6E678E (or 0x6E678E) is unknown color: approx Kimberly. HEX triplet: 6E, 67 and 8E. RGB value is (110,103,142). Sum of RGB (Red+Green+Blue) = 110+103+142=355 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.99% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E678E is #919871. Grayscale: #6D6D6D. Windows color (decimal): -9541746 or 9332590. OLE color: 9332590.

HSL color Cylindrical-coordinate representation of color #6E678E: hue angle of 250.77º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E678E is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB110103142-
CMYK0.230.2700.44
HSL250.77º15.92%48.04%-
HSV(B)250.77º27.46%55.69%-
XYZ16.1614.9727.63-
YUV109.54146.32128.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.99%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 142 (55.86% from 255) = 40%
R=30.99%
G=29.01%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1101031420.230.2700.44250.7715.9248.04
Hex6E678E171B02Cfb1030
Octal15614721627330543732060
Binary1101110110011110001110101111101101011001111101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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