#69708E

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

Shades of Waikawa Grey #69708E

Tints of Waikawa Grey #69708E

Color information

#69708E (or 0x69708E) is unknown color: approx Waikawa Grey. HEX triplet: 69, 70 and 8E. RGB value is (105,112,142). Sum of RGB (Red+Green+Blue) = 105+112+142=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 142 - color contains mainly: blue. Hex color #69708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69708E is #968F71. Grayscale: #717171. Windows color (decimal): -9867122 or 9334889. OLE color: 9334889.

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

Color convert

RGB105112142-
CMYK0.260.2100.44
HSL228.65º14.98%48.43%-
HSV(B)228.65º26.06%55.69%-
XYZ16.516.5427.91-
YUV113.33144.18122.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 112 (44.14% from 255) = 31.20%
BLUE value IS 142 (55.86% from 255) = 39.55%
R=29.25%
G=31.20%
B=39.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051121420.260.2100.44228.6514.9848.43
Hex69708E1A1502Ce5f30
Octal15116021632250543451760
Binary110100111100001000111011010101010101100111001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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