#69779E

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

Shades of Waikawa Grey #69779E

Tints of Waikawa Grey #69779E

Color information

#69779E (or 0x69779E) is unknown color: approx Waikawa Grey. HEX triplet: 69, 77 and 9E. RGB value is (105,119,158). Sum of RGB (Red+Green+Blue) = 105+119+158=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #69779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69779E is #968861. Grayscale: #777777. Windows color (decimal): -9865314 or 10385257. OLE color: 10385257.

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

Color convert

RGB105119158-
CMYK0.340.2500.38
HSL224.15º21.46%51.57%-
HSV(B)224.15º33.54%61.96%-
XYZ18.5918.6734.97-
YUV119.26149.86117.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 119 (46.88% from 255) = 31.15%
BLUE value IS 158 (62.11% from 255) = 41.36%
R=27.49%
G=31.15%
B=41.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051191580.340.2500.38224.1521.4651.57
Hex69779E2219026e01534
Octal15116723642310463402564
Binary11010011110111100111101000101100101001101110000010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69779E; }

 p { color: rgb(105,119,158); }

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

<style>
 a { background-color: #69779E; }

 a { background-color: rgb(105,119,158); }

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

<style>
 span { border-color: #69779E; }

 span { border-color: rgb(105,119,158); }

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