#69728D

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

Shades of Waikawa Grey #69728D

Tints of Waikawa Grey #69728D

Color information

#69728D (or 0x69728D) is unknown color: approx Waikawa Grey. HEX triplet: 69, 72 and 8D. RGB value is (105,114,141). Sum of RGB (Red+Green+Blue) = 105+114+141=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #69728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69728D is #968D72. Grayscale: #727272. Windows color (decimal): -9866611 or 9269865. OLE color: 9269865.

HSL color Cylindrical-coordinate representation of color #69728D: hue angle of 225º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69728D is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB105114141-
CMYK0.260.1900.45
HSL225º14.63%48.24%-
HSV(B)225º25.53%55.29%-
XYZ16.6516.9627.6-
YUV114.39143.02121.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 114 (44.92% from 255) = 31.67%
BLUE value IS 141 (55.47% from 255) = 39.17%
R=29.17%
G=31.67%
B=39.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051141410.260.1900.4522514.6348.24
Hex69728D1A1302De1f30
Octal15116221532230553411760
Binary110100111100101000110111010100110101101111000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69728D; }

 p { color: rgb(105,114,141); }

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

<style>
 a { background-color: #69728D; }

 a { background-color: rgb(105,114,141); }

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

<style>
 span { border-color: #69728D; }

 span { border-color: rgb(105,114,141); }

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