#697198

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

Shades of Waikawa Grey #697198

Tints of Waikawa Grey #697198

Color information

#697198 (or 0x697198) is unknown color: approx Waikawa Grey. HEX triplet: 69, 71 and 98. RGB value is (105,113,152). Sum of RGB (Red+Green+Blue) = 105+113+152=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #697198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697198 is #968E67. Grayscale: #727272. Windows color (decimal): -9866856 or 9990505. OLE color: 9990505.

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

Color convert

RGB105113152-
CMYK0.310.2600.40
HSL229.79º18.58%50.39%-
HSV(B)229.79º30.92%59.61%-
XYZ17.417.0832.09-
YUV115.05148.85120.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 152 (59.77% from 255) = 41.08%
R=28.38%
G=30.54%
B=41.08%

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
Decimal1051131520.310.2600.40229.7918.5850.39
Hex6971981F1A028e61332
Octal15116123037320503462362
Binary1101001111000110011000111111101001010001110011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697198; }

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

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

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

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

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

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

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

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