#698880

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

Shades of Patina #698880

Tints of Patina #698880

Color information

#698880 (or 0x698880) is unknown color: approx Patina. HEX triplet: 69, 88 and 80. RGB value is (105,136,128). Sum of RGB (Red+Green+Blue) = 105+136+128=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #698880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698880 is #96777F. Grayscale: #7D7D7D. Windows color (decimal): -9860992 or 8423529. OLE color: 8423529.

HSL color Cylindrical-coordinate representation of color #698880: hue angle of 164.52º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698880 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB105136128-
CMYK0.2300.060.47
HSL164.52º12.86%47.25%-
HSV(B)164.52º22.79%53.33%-
XYZ18.5322.1723.72-
YUV125.82129.23113.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.46%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 128 (50.39% from 255) = 34.69%
R=28.46%
G=36.86%
B=34.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051361280.2300.060.47164.5212.8647.25
Hex69888017062Fa5d2f
Octal1512102002706572451557
Binary11010011000100010000000101110110101111101001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698880; }

 p { color: rgb(105,136,128); }

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

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

 a { background-color: rgb(105,136,128); }

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

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

 span { border-color: rgb(105,136,128); }

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