#697098

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

Shades of Waikawa Grey #697098

Tints of Waikawa Grey #697098

Color information

#697098 (or 0x697098) is unknown color: approx Waikawa Grey. HEX triplet: 69, 70 and 98. RGB value is (105,112,152). Sum of RGB (Red+Green+Blue) = 105+112+152=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #697098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697098 is #968F67. Grayscale: #727272. Windows color (decimal): -9867112 or 9990249. OLE color: 9990249.

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

Color convert

RGB105112152-
CMYK0.310.2600.40
HSL231.06º18.58%50.39%-
HSV(B)231.06º30.92%59.61%-
XYZ17.2916.8632.05-
YUV114.47149.18121.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.46%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 152 (59.77% from 255) = 41.19%
R=28.46%
G=30.35%
B=41.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051121520.310.2600.40231.0618.5850.39
Hex6970981F1A028e71332
Octal15116023037320503472362
Binary1101001111000010011000111111101001010001110011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697098; }

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

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

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

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

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

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

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

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