#697698

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

Shades of Waikawa Grey #697698

Tints of Waikawa Grey #697698

Color information

#697698 (or 0x697698) is unknown color: approx Waikawa Grey. HEX triplet: 69, 76 and 98. RGB value is (105,118,152). Sum of RGB (Red+Green+Blue) = 105+118+152=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #697698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697698 is #968967. Grayscale: #757575. Windows color (decimal): -9865576 or 9991785. OLE color: 9991785.

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

Color convert

RGB105118152-
CMYK0.310.2200.40
HSL223.4º18.58%50.39%-
HSV(B)223.4º30.92%59.61%-
XYZ17.9718.2332.28-
YUV117.99147.19118.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 152 (59.77% from 255) = 40.53%
R=28%
G=31.47%
B=40.53%

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
Decimal1051181520.310.2200.40223.418.5850.39
Hex6976981F16028df1332
Octal15116623037260503372362
Binary1101001111011010011000111111011001010001101111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697698; }

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

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

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

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

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

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

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

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