#697898

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

Shades of Waikawa Grey #697898

Tints of Waikawa Grey #697898

Color information

#697898 (or 0x697898) is unknown color: approx Waikawa Grey. HEX triplet: 69, 78 and 98. RGB value is (105,120,152). Sum of RGB (Red+Green+Blue) = 105+120+152=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #697898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697898 is #968767. Grayscale: #777777. Windows color (decimal): -9865064 or 9992297. OLE color: 9992297.

HSL color Cylindrical-coordinate representation of color #697898: hue angle of 220.85º 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 #697898 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB105120152-
CMYK0.310.2100.40
HSL220.85º18.58%50.39%-
HSV(B)220.85º30.92%59.61%-
XYZ18.2118.732.36-
YUV119.16146.53117.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.85%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=27.85%
G=31.83%
B=40.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051201520.310.2100.40220.8518.5850.39
Hex6978981F15028dd1332
Octal15117023037250503352362
Binary1101001111100010011000111111010101010001101110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697898; }

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

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

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

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

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

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

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

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