#68779F

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

Shades of Waikawa Grey #68779F

Tints of Waikawa Grey #68779F

Color information

#68779F (or 0x68779F) is unknown color: approx Waikawa Grey. HEX triplet: 68, 77 and 9F. RGB value is (104,119,159). Sum of RGB (Red+Green+Blue) = 104+119+159=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #68779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68779F is #978860. Grayscale: #767676. Windows color (decimal): -9930849 or 10450792. OLE color: 10450792.

HSL color Cylindrical-coordinate representation of color #68779F: hue angle of 223.64º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68779F is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104119159-
CMYK0.350.2500.38
HSL223.64º22.27%51.57%-
HSV(B)223.64º34.59%62.35%-
XYZ18.5618.6435.42-
YUV119.08150.53117.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.23%
GREEN value IS 119 (46.88% from 255) = 31.15%
BLUE value IS 159 (62.5% from 255) = 41.62%
R=27.23%
G=31.15%
B=41.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041191590.350.2500.38223.6422.2751.57
Hex68779F2319026e01634
Octal15016723743310463402664
Binary11010001110111100111111000111100101001101110000010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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