Html Css Color HEX #699284 Patina

📋 copy color: '#699284'

red 105 ◦ green 146 ◦ blue 132

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

Shades of Patina #699284

Tints of Patina #699284

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.12%

 BLUE value IS 132 (51.95% from 255) = 34.46%

R = 27.42%
G = 38.12%
B = 34.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#699284 (or 0x699284) is known color: Patina. HEX triplet: 69, 92 and 84. RGB value is (105,146,132). Sum of RGB (Red+Green+Blue) = 105+146+132=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 146 - color contains mainly: green. Hex color #699284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699284 is #966D7B. Grayscale: #848484. Windows color (decimal): -9858428 or 8688233. OLE color: 8688233.

HSL color Cylindrical-coordinate representation of color #699284: hue angle of 159.51º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699284 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 146 132 -
CMYK 0.28 0 0.10 0.43
HSL 159.51º 0.16% 0.49% -
HSV(B) 159.51º 0.28% 0.57% -
XYZ 20.27 25.23 25.63 -
YUV 132.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 105 146 132 0.28 0 0.10 0.43 159.51 0.16 0.49
Hex 69 92 84 1C 0 A 2B A0 10 31
Octal 151 222 204 34 0 12 53 240 20 61
Binary 1101001 10010010 10000100 11100 0 1010 101011 10100000 10000 110001

Color Harmonies of #699284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699284

Black with #699284

Text Example


Text Example

White with #699284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699284; }

 p { color: rgb(105,146,132); }

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

background-color css

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

 a { background-color: rgb(105,146,132); }

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

border-color css

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

 span { border-color: rgb(105,146,132); }

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