Html Css Color HEX #699083 Patina

📋 copy color: '#699083'

red 105 ◦ green 144 ◦ blue 131

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

Shades of Patina #699083

Tints of Patina #699083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.47%

R = 27.63%
G = 37.89%
B = 34.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#699083 (or 0x699083) is known color: Patina. HEX triplet: 69, 90 and 83. RGB value is (105,144,131). Sum of RGB (Red+Green+Blue) = 105+144+131=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #699083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699083 is #966F7C. Grayscale: #828282. Windows color (decimal): -9858941 or 8622185. OLE color: 8622185.

HSL color Cylindrical-coordinate representation of color #699083: hue angle of 160º 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 #699083 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 131 -
CMYK 0.27 0 0.09 0.44
HSL 160º 0.16% 0.49% -
HSV(B) 160º 0.27% 0.56% -
XYZ 19.9 24.59 25.17 -
YUV 130.86 128.08 109.56 -
System Red Green Blue C M Y K H S L
Decimal 105 144 131 0.27 0 0.09 0.44 160 0.16 0.49
Hex 69 90 83 1B 0 9 2C A0 10 31
Octal 151 220 203 33 0 11 54 240 20 61
Binary 1101001 10010000 10000011 11011 0 1001 101100 10100000 10000 110001

Color Harmonies of #699083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699083

Black with #699083

Text Example


Text Example

White with #699083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699083; }

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

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

background-color css

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

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

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

border-color css

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

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

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