#6D779B

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

Shades of Waikawa Grey #6D779B

Tints of Waikawa Grey #6D779B

Color information

#6D779B (or 0x6D779B) is unknown color: approx Waikawa Grey. HEX triplet: 6D, 77 and 9B. RGB value is (109,119,155). Sum of RGB (Red+Green+Blue) = 109+119+155=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D779B is #928864. Grayscale: #777777. Windows color (decimal): -9603173 or 10188653. OLE color: 10188653.

HSL color Cylindrical-coordinate representation of color #6D779B: hue angle of 226.96º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D779B is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB109119155-
CMYK0.300.2300.39
HSL226.96º18.7%51.76%-
HSV(B)226.96º29.68%60.78%-
XYZ18.8218.8133.65-
YUV120.11147.69120.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.46%
GREEN value IS 119 (46.88% from 255) = 31.07%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=28.46%
G=31.07%
B=40.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1091191550.300.2300.39226.9618.751.76
Hex6D779B1E17027e31334
Octal15516723336270473432364
Binary1101101111011110011011111101011101001111110001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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