#6E7799

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

Shades of Waikawa Grey #6E7799

Tints of Waikawa Grey #6E7799

Color information

#6E7799 (or 0x6E7799) is unknown color: approx Waikawa Grey. HEX triplet: 6E, 77 and 99. RGB value is (110,119,153). Sum of RGB (Red+Green+Blue) = 110+119+153=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E7799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7799 is #918866. Grayscale: #787878. Windows color (decimal): -9537639 or 10057582. OLE color: 10057582.

HSL color Cylindrical-coordinate representation of color #6E7799: hue angle of 227.44º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E7799 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB110119153-
CMYK0.280.2200.4
HSL227.44º17.41%51.57%-
HSV(B)227.44º28.1%60%-
XYZ18.7818.8132.78-
YUV120.18146.52120.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.80%
GREEN value IS 119 (46.88% from 255) = 31.15%
BLUE value IS 153 (60.16% from 255) = 40.05%
R=28.80%
G=31.15%
B=40.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1101191530.280.2200.4227.4417.4151.57
Hex6E77991C16028e31134
Octal15616723134260503432164
Binary1101110111011110011001111001011001010001110001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,119,153); }

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

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

 a { background-color: rgb(110,119,153); }

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

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

 span { border-color: rgb(110,119,153); }

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