#696F8F

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

Shades of Waikawa Grey #696F8F

Tints of Waikawa Grey #696F8F

Color information

#696F8F (or 0x696F8F) is unknown color: approx Waikawa Grey. HEX triplet: 69, 6F and 8F. RGB value is (105,111,143). Sum of RGB (Red+Green+Blue) = 105+111+143=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 143 - color contains mainly: blue. Hex color #696F8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F8F is #969070. Grayscale: #707070. Windows color (decimal): -9867377 or 9400169. OLE color: 9400169.

HSL color Cylindrical-coordinate representation of color #696F8F: hue angle of 230.53º 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 #696F8F is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB105111143-
CMYK0.270.2200.44
HSL230.53º15.32%48.63%-
HSV(B)230.53º26.57%56.08%-
XYZ16.4716.3628.28-
YUV112.85145.01122.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 111 (43.75% from 255) = 30.92%
BLUE value IS 143 (56.25% from 255) = 39.83%
R=29.25%
G=30.92%
B=39.83%

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
Decimal1051111430.270.2200.44230.5315.3248.63
Hex696F8F1B1602Ce7f31
Octal15115721733260543471761
Binary110100111011111000111111011101100101100111001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696F8F; }

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

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

<style>
 a { background-color: #696F8F; }

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

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

<style>
 span { border-color: #696F8F; }

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

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