Html Css Color HEX #699F8A Patina

📋 copy color: '#699F8A'

red 105 ◦ green 159 ◦ blue 138

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

Shades of Patina #699F8A

Tints of Patina #699F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.33%

R = 26.12%
G = 39.55%
B = 34.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#699F8A (or 0x699F8A) is known color: Patina. HEX triplet: 69, 9F and 8A. RGB value is (105,159,138). Sum of RGB (Red+Green+Blue) = 105+159+138=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 159 - color contains mainly: green. Hex color #699F8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699F8A is #966075. Grayscale: #8C8C8C. Windows color (decimal): -9855094 or 9084777. OLE color: 9084777.

HSL color Cylindrical-coordinate representation of color #699F8A: hue angle of 156.67º 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 #699F8A is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 159 138 -
CMYK 0.34 0 0.13 0.38
HSL 156.67º 0.22% 0.52% -
HSV(B) 156.67º 0.34% 0.62% -
XYZ 22.81 29.63 28.56 -
YUV 140.46 126.61 102.71 -
System Red Green Blue C M Y K H S L
Decimal 105 159 138 0.34 0 0.13 0.38 156.67 0.22 0.52
Hex 69 9F 8A 22 0 D 26 9D 16 34
Octal 151 237 212 42 0 15 46 235 26 64
Binary 1101001 10011111 10001010 100010 0 1101 100110 10011101 10110 110100

Color Harmonies of #699F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699F8A

Black with #699F8A

Text Example


Text Example

White with #699F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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