Html Css Color HEX #699689 Patina

📋 copy color: '#699689'

red 105 ◦ green 150 ◦ blue 137

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

Shades of Patina #699689

Tints of Patina #699689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.27%

 BLUE value IS 137 (53.91% from 255) = 34.95%

R = 26.79%
G = 38.27%
B = 34.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#699689 (or 0x699689) is known color: Patina. HEX triplet: 69, 96 and 89. RGB value is (105,150,137). Sum of RGB (Red+Green+Blue) = 105+150+137=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 150 - color contains mainly: green. Hex color #699689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699689 is #966976. Grayscale: #878787. Windows color (decimal): -9857399 or 9016937. OLE color: 9016937.

HSL color Cylindrical-coordinate representation of color #699689: hue angle of 162.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699689 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 150 137 -
CMYK 0.30 0 0.09 0.41
HSL 162.67º 0.18% 0.5% -
HSV(B) 162.67º 0.3% 0.59% -
XYZ 21.25 26.62 27.69 -
YUV 135.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 105 150 137 0.30 0 0.09 0.41 162.67 0.18 0.5
Hex 69 96 89 1E 0 9 29 A3 12 32
Octal 151 226 211 36 0 11 51 243 22 62
Binary 1101001 10010110 10001001 11110 0 1001 101001 10100011 10010 110010

Color Harmonies of #699689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699689

Black with #699689

Text Example


Text Example

White with #699689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699689; }

 p { color: rgb(105,150,137); }

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

background-color css

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

 a { background-color: rgb(105,150,137); }

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

border-color css

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

 span { border-color: rgb(105,150,137); }

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