#68779C

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

Shades of Waikawa Grey #68779C

Tints of Waikawa Grey #68779C

Color information

#68779C (or 0x68779C) is unknown color: approx Waikawa Grey. HEX triplet: 68, 77 and 9C. RGB value is (104,119,156). Sum of RGB (Red+Green+Blue) = 104+119+156=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #68779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68779C is #978863. Grayscale: #767676. Windows color (decimal): -9930852 or 10254184. OLE color: 10254184.

HSL color Cylindrical-coordinate representation of color #68779C: hue angle of 222.69º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68779C is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB104119156-
CMYK0.330.2400.39
HSL222.69º20.8%50.98%-
HSV(B)222.69º33.33%61.18%-
XYZ18.3118.5434.07-
YUV118.73149.03117.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 156 (61.33% from 255) = 41.16%
R=27.44%
G=31.40%
B=41.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041191560.330.2400.39222.6920.850.98
Hex68779C2118027df1533
Octal15016723441300473372563
Binary11010001110111100111001000011100001001111101111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68779C; }

 p { color: rgb(104,119,156); }

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

<style>
 a { background-color: #68779C; }

 a { background-color: rgb(104,119,156); }

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

<style>
 span { border-color: #68779C; }

 span { border-color: rgb(104,119,156); }

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