Html Css Color HEX #699488 Patina

📋 copy color: '#699488'

red 105 ◦ green 148 ◦ blue 136

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

Shades of Patina #699488

Tints of Patina #699488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.05%

 BLUE value IS 136 (53.52% from 255) = 34.96%

R = 26.99%
G = 38.05%
B = 34.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#699488 (or 0x699488) is known color: Patina. HEX triplet: 69, 94 and 88. RGB value is (105,148,136). Sum of RGB (Red+Green+Blue) = 105+148+136=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 148 - color contains mainly: green. Hex color #699488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699488 is #966B77. Grayscale: #858585. Windows color (decimal): -9857912 or 8950889. OLE color: 8950889.

HSL color Cylindrical-coordinate representation of color #699488: hue angle of 163.26º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699488 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 136 -
CMYK 0.29 0 0.08 0.42
HSL 163.26º 0.17% 0.5% -
HSV(B) 163.26º 0.29% 0.58% -
XYZ 20.86 25.96 27.2 -
YUV 133.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 105 148 136 0.29 0 0.08 0.42 163.26 0.17 0.5
Hex 69 94 88 1D 0 8 2A A3 11 32
Octal 151 224 210 35 0 10 52 243 21 62
Binary 1101001 10010100 10001000 11101 0 1000 101010 10100011 10001 110010

Color Harmonies of #699488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699488

Black with #699488

Text Example


Text Example

White with #699488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699488; }

 p { color: rgb(105,148,136); }

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

background-color css

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

 a { background-color: rgb(105,148,136); }

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

border-color css

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

 span { border-color: rgb(105,148,136); }

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