#69718C

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

Shades of Waikawa Grey #69718C

Tints of Waikawa Grey #69718C

Color information

#69718C (or 0x69718C) is unknown color: approx Waikawa Grey. HEX triplet: 69, 71 and 8C. RGB value is (105,113,140). Sum of RGB (Red+Green+Blue) = 105+113+140=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 140 - color contains mainly: blue. Hex color #69718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69718C is #968E73. Grayscale: #717171. Windows color (decimal): -9866868 or 9204073. OLE color: 9204073.

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

Color convert

RGB105113140-
CMYK0.250.1900.45
HSL226.29º14.29%48.04%-
HSV(B)226.29º25%54.9%-
XYZ16.4616.7127.17-
YUV113.69142.85121.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 113 (44.53% from 255) = 31.56%
BLUE value IS 140 (55.08% from 255) = 39.11%
R=29.33%
G=31.56%
B=39.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051131400.250.1900.45226.2914.2948.04
Hex69718C191302De2e30
Octal15116121431230553421660
Binary110100111100011000110011001100110101101111000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,113,140); }

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

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

 a { background-color: rgb(105,113,140); }

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

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

 span { border-color: rgb(105,113,140); }

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