Html Css Color HEX #699F8C Patina

📋 copy color: '#699F8C'

red 105 ◦ green 159 ◦ blue 140

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

Shades of Patina #699F8C

Tints of Patina #699F8C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.36%

 BLUE value IS 140 (55.08% from 255) = 34.65%

R = 25.99%
G = 39.36%
B = 34.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#699F8C (or 0x699F8C) is known color: Patina. HEX triplet: 69, 9F and 8C. RGB value is (105,159,140). Sum of RGB (Red+Green+Blue) = 105+159+140=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 159 - color contains mainly: green. Hex color #699F8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699F8C is #966073. Grayscale: #8C8C8C. Windows color (decimal): -9855092 or 9215849. OLE color: 9215849.

HSL color Cylindrical-coordinate representation of color #699F8C: hue angle of 158.89º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699F8C is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 159 140 -
CMYK 0.34 0 0.12 0.38
HSL 158.89º 0.22% 0.52% -
HSV(B) 158.89º 0.34% 0.62% -
XYZ 22.96 29.69 29.33 -
YUV 140.69 127.61 102.54 -
System Red Green Blue C M Y K H S L
Decimal 105 159 140 0.34 0 0.12 0.38 158.89 0.22 0.52
Hex 69 9F 8C 22 0 C 26 9F 16 34
Octal 151 237 214 42 0 14 46 237 26 64
Binary 1101001 10011111 10001100 100010 0 1100 100110 10011111 10110 110100

Color Harmonies of #699F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699F8C

Black with #699F8C

Text Example


Text Example

White with #699F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,159,140); }

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

background-color css

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

 a { background-color: rgb(105,159,140); }

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

border-color css

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

 span { border-color: rgb(105,159,140); }

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