#6D7799

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

Shades of Waikawa Grey #6D7799

Tints of Waikawa Grey #6D7799

Color information

#6D7799 (or 0x6D7799) is unknown color: approx Waikawa Grey. HEX triplet: 6D, 77 and 99. RGB value is (109,119,153). Sum of RGB (Red+Green+Blue) = 109+119+153=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D7799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7799 is #928866. Grayscale: #777777. Windows color (decimal): -9603175 or 10057581. OLE color: 10057581.

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

Color convert

RGB109119153-
CMYK0.290.2200.4
HSL226.36º17.74%51.37%-
HSV(B)226.36º28.76%60%-
XYZ18.6518.7432.77-
YUV119.89146.69120.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.61%
GREEN value IS 119 (46.88% from 255) = 31.23%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=28.61%
G=31.23%
B=40.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1091191530.290.2200.4226.3617.7451.37
Hex6D77991D16028e21233
Octal15516723135260503422263
Binary1101101111011110011001111011011001010001110001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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