Html Css Color HEX #699387 Patina

📋 copy color: '#699387'

red 105 ◦ green 147 ◦ blue 135

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

Shades of Patina #699387

Tints of Patina #699387

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.98%

 BLUE value IS 135 (53.13% from 255) = 34.88%

R = 27.13%
G = 37.98%
B = 34.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#699387 (or 0x699387) is known color: Patina. HEX triplet: 69, 93 and 87. RGB value is (105,147,135). Sum of RGB (Red+Green+Blue) = 105+147+135=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #699387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699387 is #966C78. Grayscale: #858585. Windows color (decimal): -9858169 or 8885097. OLE color: 8885097.

HSL color Cylindrical-coordinate representation of color #699387: hue angle of 162.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699387 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 147 135 -
CMYK 0.29 0 0.08 0.42
HSL 162.86º 0.17% 0.49% -
HSV(B) 162.86º 0.29% 0.58% -
XYZ 20.63 25.62 26.78 -
YUV 133.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 105 147 135 0.29 0 0.08 0.42 162.86 0.17 0.49
Hex 69 93 87 1D 0 8 2A A3 11 31
Octal 151 223 207 35 0 10 52 243 21 61
Binary 1101001 10010011 10000111 11101 0 1000 101010 10100011 10001 110001

Color Harmonies of #699387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699387

Black with #699387

Text Example


Text Example

White with #699387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699387; }

 p { color: rgb(105,147,135); }

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

background-color css

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

 a { background-color: rgb(105,147,135); }

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

border-color css

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

 span { border-color: rgb(105,147,135); }

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