#69708A

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

Shades of Waikawa Grey #69708A

Tints of Waikawa Grey #69708A

Color information

#69708A (or 0x69708A) is unknown color: approx Waikawa Grey. HEX triplet: 69, 70 and 8A. RGB value is (105,112,138). Sum of RGB (Red+Green+Blue) = 105+112+138=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #69708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69708A is #968F75. Grayscale: #707070. Windows color (decimal): -9867126 or 9072745. OLE color: 9072745.

HSL color Cylindrical-coordinate representation of color #69708A: hue angle of 227.27º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #69708A is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB105112138-
CMYK0.240.1900.46
HSL227.27º13.58%47.65%-
HSV(B)227.27º23.91%54.12%-
XYZ16.2116.4326.36-
YUV112.87142.18122.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.58%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 138 (54.30% from 255) = 38.87%
R=29.58%
G=31.55%
B=38.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051121380.240.1900.46227.2713.5847.65
Hex69708A181302Ee3e30
Octal15116021230230563431660
Binary110100111100001000101011000100110101110111000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69708A; }

 p { color: rgb(105,112,138); }

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

<style>
 a { background-color: #69708A; }

 a { background-color: rgb(105,112,138); }

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

<style>
 span { border-color: #69708A; }

 span { border-color: rgb(105,112,138); }

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