Html Css Color HEX #699384 Patina

📋 copy color: '#699384'

red 105 ◦ green 147 ◦ blue 132

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

Shades of Patina #699384

Tints of Patina #699384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.28%

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

R = 27.34%
G = 38.28%
B = 34.38%

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

#699384 (or 0x699384) is known color: Patina. HEX triplet: 69, 93 and 84. RGB value is (105,147,132). Sum of RGB (Red+Green+Blue) = 105+147+132=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #699384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699384 is #966C7B. Grayscale: #848484. Windows color (decimal): -9858172 or 8688489. OLE color: 8688489.

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

Color convert

RGB 105 147 132 -
CMYK 0.29 0 0.10 0.42
HSL 158.57º 0.17% 0.49% -
HSV(B) 158.57º 0.29% 0.58% -
XYZ 20.42 25.54 25.68 -
YUV 132.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 105 147 132 0.29 0 0.10 0.42 158.57 0.17 0.49
Hex 69 93 84 1D 0 A 2A 9F 11 31
Octal 151 223 204 35 0 12 52 237 21 61
Binary 1101001 10010011 10000100 11101 0 1010 101010 10011111 10001 110001

Color Harmonies of #699384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699384

Black with #699384

Text Example


Text Example

White with #699384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699384; }

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

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

background-color css

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

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

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

border-color css

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

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

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