#69708F

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

Shades of Waikawa Grey #69708F

Tints of Waikawa Grey #69708F

Color information

#69708F (or 0x69708F) is unknown color: approx Waikawa Grey. HEX triplet: 69, 70 and 8F. RGB value is (105,112,143). Sum of RGB (Red+Green+Blue) = 105+112+143=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 143 - color contains mainly: blue. Hex color #69708F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69708F is #968F70. Grayscale: #717171. Windows color (decimal): -9867121 or 9400425. OLE color: 9400425.

HSL color Cylindrical-coordinate representation of color #69708F: hue angle of 228.95º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69708F is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB105112143-
CMYK0.270.2200.44
HSL228.95º15.32%48.63%-
HSV(B)228.95º26.57%56.08%-
XYZ16.5816.5728.31-
YUV113.44144.68121.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 143 (56.25% from 255) = 39.72%
R=29.17%
G=31.11%
B=39.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051121430.270.2200.44228.9515.3248.63
Hex69708F1B1602Ce5f31
Octal15116021733260543451761
Binary110100111100001000111111011101100101100111001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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