Html Css Color HEX #699D8E Patina

📋 copy color: '#699D8E'

red 105 ◦ green 157 ◦ blue 142

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

Shades of Patina #699D8E

Tints of Patina #699D8E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.86%

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 25.99%
G = 38.86%
B = 35.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#699D8E (or 0x699D8E) is known color: Patina. HEX triplet: 69, 9D and 8E. RGB value is (105,157,142). Sum of RGB (Red+Green+Blue) = 105+157+142=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 157 - color contains mainly: green. Hex color #699D8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699D8E is #966271. Grayscale: #8B8B8B. Windows color (decimal): -9855602 or 9346409. OLE color: 9346409.

HSL color Cylindrical-coordinate representation of color #699D8E: hue angle of 162.69º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699D8E is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 157 142 -
CMYK 0.33 0 0.10 0.38
HSL 162.69º 0.21% 0.51% -
HSV(B) 162.69º 0.33% 0.62% -
XYZ 22.77 29.07 30 -
YUV 139.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 105 157 142 0.33 0 0.10 0.38 162.69 0.21 0.51
Hex 69 9D 8E 21 0 A 26 A3 15 33
Octal 151 235 216 41 0 12 46 243 25 63
Binary 1101001 10011101 10001110 100001 0 1010 100110 10100011 10101 110011

Color Harmonies of #699D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D8E

Black with #699D8E

Text Example


Text Example

White with #699D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,157,142); }

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

background-color css

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

 a { background-color: rgb(105,157,142); }

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

border-color css

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

 span { border-color: rgb(105,157,142); }

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