Html Css Color HEX #699E90 Patina

📋 copy color: '#699E90'

red 105 ◦ green 158 ◦ blue 144

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

Shades of Patina #699E90

Tints of Patina #699E90

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.82%

 BLUE value IS 144 (56.64% from 255) = 35.38%

R = 25.8%
G = 38.82%
B = 35.38%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#699E90 (or 0x699E90) is known color: Patina. HEX triplet: 69, 9E and 90. RGB value is (105,158,144). Sum of RGB (Red+Green+Blue) = 105+158+144=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 158 - color contains mainly: green. Hex color #699E90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699E90 is #96616F. Grayscale: #8C8C8C. Windows color (decimal): -9855344 or 9477737. OLE color: 9477737.

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

Color convert

RGB 105 158 144 -
CMYK 0.34 0 0.09 0.38
HSL 164.15º 0.21% 0.52% -
HSV(B) 164.15º 0.34% 0.62% -
XYZ 23.09 29.47 30.86 -
YUV 140.56 129.94 102.64 -
System Red Green Blue C M Y K H S L
Decimal 105 158 144 0.34 0 0.09 0.38 164.15 0.21 0.52
Hex 69 9E 90 22 0 9 26 A4 15 34
Octal 151 236 220 42 0 11 46 244 25 64
Binary 1101001 10011110 10010000 100010 0 1001 100110 10100100 10101 110100

Color Harmonies of #699E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699E90

Black with #699E90

Text Example


Text Example

White with #699E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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