Html Css Color HEX #699989 Patina

📋 copy color: '#699989'

red 105 ◦ green 153 ◦ blue 137

#699989
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #699989

Tints of Patina #699989

RGB

 RED value IS 105 (41.41% from 255) = 26.58%

 GREEN value IS 153 (60.16% from 255) = 38.73%

 BLUE value IS 137 (53.91% from 255) = 34.68%

R = 26.58%
G = 38.73%
B = 34.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#699989 (or 0x699989) is known color: Patina. HEX triplet: 69, 99 and 89. RGB value is (105,153,137). Sum of RGB (Red+Green+Blue) = 105+153+137=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #699989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699989 is #966676. Grayscale: #888888. Windows color (decimal): -9856631 or 9017705. OLE color: 9017705.

HSL color Cylindrical-coordinate representation of color #699989: hue angle of 160º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699989 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 137 -
CMYK 0.31 0 0.10 0.4
HSL 160º 0.19% 0.51% -
HSV(B) 160º 0.31% 0.6% -
XYZ 21.73 27.59 27.85 -
YUV 136.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 105 153 137 0.31 0 0.10 0.4 160 0.19 0.51
Hex 69 99 89 1F 0 A 28 A0 13 33
Octal 151 231 211 37 0 12 50 240 23 63
Binary 1101001 10011001 10001001 11111 0 1010 101000 10100000 10011 110011

Color Harmonies of #699989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699989

Black with #699989

Text Example


Text Example

White with #699989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699989; }

 p { color: rgb(105,153,137); }

 H1.HeaderClassName
 {
   color: #699989;
 }
 .AnyTagClassName
 {
   color: #699989;
 }
</style>

background-color css

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

 a { background-color: rgb(105,153,137); }

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

border-color css

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

 span { border-color: rgb(105,153,137); }

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