#69708D

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

Shades of Waikawa Grey #69708D

Tints of Waikawa Grey #69708D

Color information

#69708D (or 0x69708D) is unknown color: approx Waikawa Grey. HEX triplet: 69, 70 and 8D. RGB value is (105,112,141). Sum of RGB (Red+Green+Blue) = 105+112+141=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #69708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69708D is #968F72. Grayscale: #717171. Windows color (decimal): -9867123 or 9269353. OLE color: 9269353.

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

Color convert

RGB105112141-
CMYK0.260.2100.45
HSL228.33º14.63%48.24%-
HSV(B)228.33º25.53%55.29%-
XYZ16.4316.5127.52-
YUV113.21143.68122.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=29.33%
G=31.28%
B=39.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051121410.260.2100.45228.3314.6348.24
Hex69708D1A1502De4f30
Octal15116021532250553441760
Binary110100111100001000110111010101010101101111001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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