#696F98

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

Shades of Waikawa Grey #696F98

Tints of Waikawa Grey #696F98

Color information

#696F98 (or 0x696F98) is unknown color: approx Waikawa Grey. HEX triplet: 69, 6F and 98. RGB value is (105,111,152). Sum of RGB (Red+Green+Blue) = 105+111+152=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 152 - color contains mainly: blue. Hex color #696F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F98 is #969067. Grayscale: #717171. Windows color (decimal): -9867368 or 9989993. OLE color: 9989993.

HSL color Cylindrical-coordinate representation of color #696F98: hue angle of 232.34º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #696F98 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB105111152-
CMYK0.310.2700.40
HSL232.34º18.58%50.39%-
HSV(B)232.34º30.92%59.61%-
XYZ17.1816.6432.01-
YUV113.88149.51121.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.53%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 152 (59.77% from 255) = 41.30%
R=28.53%
G=30.16%
B=41.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051111520.310.2700.40232.3418.5850.39
Hex696F981F1B028e81332
Octal15115723037330503502362
Binary1101001110111110011000111111101101010001110100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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