Html Css Color HEX #699485 Patina

📋 copy color: '#699485'

red 105 ◦ green 148 ◦ blue 133

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

Shades of Patina #699485

Tints of Patina #699485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.46%

R = 27.2%
G = 38.34%
B = 34.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#699485 (or 0x699485) is known color: Patina. HEX triplet: 69, 94 and 85. RGB value is (105,148,133). Sum of RGB (Red+Green+Blue) = 105+148+133=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #699485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699485 is #966B7A. Grayscale: #858585. Windows color (decimal): -9857915 or 8754281. OLE color: 8754281.

HSL color Cylindrical-coordinate representation of color #699485: hue angle of 159.07º 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 #699485 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 133 -
CMYK 0.29 0 0.10 0.42
HSL 159.07º 0.17% 0.5% -
HSV(B) 159.07º 0.29% 0.58% -
XYZ 20.65 25.88 26.1 -
YUV 133.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 105 148 133 0.29 0 0.10 0.42 159.07 0.17 0.5
Hex 69 94 85 1D 0 A 2A 9F 11 32
Octal 151 224 205 35 0 12 52 237 21 62
Binary 1101001 10010100 10000101 11101 0 1010 101010 10011111 10001 110010

Color Harmonies of #699485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699485

Black with #699485

Text Example


Text Example

White with #699485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699485; }

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

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

background-color css

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

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

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

border-color css

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

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

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