#69708C

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

Shades of Waikawa Grey #69708C

Tints of Waikawa Grey #69708C

Color information

#69708C (or 0x69708C) is unknown color: approx Waikawa Grey. HEX triplet: 69, 70 and 8C. RGB value is (105,112,140). Sum of RGB (Red+Green+Blue) = 105+112+140=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #69708C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69708C is #968F73. Grayscale: #707070. Windows color (decimal): -9867124 or 9203817. OLE color: 9203817.

HSL color Cylindrical-coordinate representation of color #69708C: hue angle of 228º 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 #69708C is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB105112140-
CMYK0.250.2000.45
HSL228º14.29%48.04%-
HSV(B)228º25%54.9%-
XYZ16.3516.4927.13-
YUV113.1143.18122.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.41%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 140 (55.08% from 255) = 39.22%
R=29.41%
G=31.37%
B=39.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051121400.250.2000.4522814.2948.04
Hex69708C191402De4e30
Octal15116021431240553441660
Binary110100111100001000110011001101000101101111001001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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