#697798

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

Shades of Waikawa Grey #697798

Tints of Waikawa Grey #697798

Color information

#697798 (or 0x697798) is unknown color: approx Waikawa Grey. HEX triplet: 69, 77 and 98. RGB value is (105,119,152). Sum of RGB (Red+Green+Blue) = 105+119+152=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #697798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697798 is #968867. Grayscale: #767676. Windows color (decimal): -9865320 or 9992041. OLE color: 9992041.

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

Color convert

RGB105119152-
CMYK0.310.2200.40
HSL222.13º18.58%50.39%-
HSV(B)222.13º30.92%59.61%-
XYZ18.0918.4632.32-
YUV118.58146.86118.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.93%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 152 (59.77% from 255) = 40.43%
R=27.93%
G=31.65%
B=40.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051191520.310.2200.40222.1318.5850.39
Hex6977981F16028de1332
Octal15116723037260503362362
Binary1101001111011110011000111111011001010001101111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697798; }

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

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

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

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

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

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

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

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