Html Css Color HEX #699080 Patina

📋 copy color: '#699080'

red 105 ◦ green 144 ◦ blue 128

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

Shades of Patina #699080

Tints of Patina #699080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.2%

 BLUE value IS 128 (50.39% from 255) = 33.95%

R = 27.85%
G = 38.2%
B = 33.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#699080 (or 0x699080) is known color: Patina. HEX triplet: 69, 90 and 80. RGB value is (105,144,128). Sum of RGB (Red+Green+Blue) = 105+144+128=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 144 - color contains mainly: green. Hex color #699080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699080 is #966F7F. Grayscale: #828282. Windows color (decimal): -9858944 or 8425577. OLE color: 8425577.

HSL color Cylindrical-coordinate representation of color #699080: hue angle of 155.38º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #699080 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 128 -
CMYK 0.27 0 0.11 0.44
HSL 155.38º 0.16% 0.49% -
HSV(B) 155.38º 0.27% 0.56% -
XYZ 19.7 24.51 24.11 -
YUV 130.52 126.58 109.8 -
System Red Green Blue C M Y K H S L
Decimal 105 144 128 0.27 0 0.11 0.44 155.38 0.16 0.49
Hex 69 90 80 1B 0 B 2C 9B 10 31
Octal 151 220 200 33 0 13 54 233 20 61
Binary 1101001 10010000 10000000 11011 0 1011 101100 10011011 10000 110001

Color Harmonies of #699080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699080

Black with #699080

Text Example


Text Example

White with #699080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699080; }

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

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

background-color css

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

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

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

border-color css

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

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

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