#699D8D

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

Shades of Patina #699D8D

Tints of Patina #699D8D

Color information

#699D8D (or 0x699D8D) is unknown color: approx Patina. HEX triplet: 69, 9D and 8D. RGB value is (105,157,141). Sum of RGB (Red+Green+Blue) = 105+157+141=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 157 - color contains mainly: green. Hex color #699D8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699D8D is #966272. Grayscale: #8B8B8B. Windows color (decimal): -9855603 or 9280873. OLE color: 9280873.

HSL color Cylindrical-coordinate representation of color #699D8D: hue angle of 161.54º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699D8D is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB105157141-
CMYK0.3300.100.38
HSL161.54º20.97%51.37%-
HSV(B)161.54º33.12%61.57%-
XYZ22.6929.0429.61-
YUV139.63128.77103.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.05%
GREEN value IS 157 (61.72% from 255) = 38.96%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=26.05%
G=38.96%
B=34.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051571410.3300.100.38161.5420.9751.37
Hex699D8D210A26a21533
Octal15123521541012462422563
Binary11010011001110110001101100001010101001101010001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699D8D; }

 p { color: rgb(105,157,141); }

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

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

 a { background-color: rgb(105,157,141); }

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

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

 span { border-color: rgb(105,157,141); }

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