Html Css Color HEX #689183 Patina

📋 copy color: '#689183'

red 104 ◦ green 145 ◦ blue 131

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

Shades of Patina #689183

Tints of Patina #689183

RGB

 RED value IS 104 (41.02% from 255) = 27.37%

 GREEN value IS 145 (57.03% from 255) = 38.16%

 BLUE value IS 131 (51.56% from 255) = 34.47%

R = 27.37%
G = 38.16%
B = 34.47%

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

#689183 (or 0x689183) is known color: Patina. HEX triplet: 68, 91 and 83. RGB value is (104,145,131). Sum of RGB (Red+Green+Blue) = 104+145+131=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 145 - color contains mainly: green. Hex color #689183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689183 is #976E7C. Grayscale: #838383. Windows color (decimal): -9924221 or 8622440. OLE color: 8622440.

HSL color Cylindrical-coordinate representation of color #689183: 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 #689183 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 145 131 -
CMYK 0.28 0 0.10 0.43
HSL 159.51º 0.16% 0.49% -
HSV(B) 159.51º 0.28% 0.57% -
XYZ 19.93 24.83 25.22 -
YUV 131.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 104 145 131 0.28 0 0.10 0.43 159.51 0.16 0.49
Hex 68 91 83 1C 0 A 2B A0 10 31
Octal 150 221 203 34 0 12 53 240 20 61
Binary 1101000 10010001 10000011 11100 0 1010 101011 10100000 10000 110001

Color Harmonies of #689183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689183

Black with #689183

Text Example


Text Example

White with #689183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689183; }

 p { color: rgb(104,145,131); }

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

background-color css

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

 a { background-color: rgb(104,145,131); }

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

border-color css

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

 span { border-color: rgb(104,145,131); }

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