Html Css Color HEX #689083 Patina

📋 copy color: '#689083'

red 104 ◦ green 144 ◦ blue 131

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

Shades of Patina #689083

Tints of Patina #689083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.99%

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

R = 27.44%
G = 37.99%
B = 34.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#689083 (or 0x689083) is known color: Patina. HEX triplet: 68, 90 and 83. RGB value is (104,144,131). Sum of RGB (Red+Green+Blue) = 104+144+131=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 144 - color contains mainly: green. Hex color #689083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689083 is #976F7C. Grayscale: #828282. Windows color (decimal): -9924477 or 8622184. OLE color: 8622184.

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

Color convert

RGB 104 144 131 -
CMYK 0.28 0 0.09 0.44
HSL 160.5º 0.16% 0.49% -
HSV(B) 160.5º 0.28% 0.56% -
XYZ 19.78 24.53 25.16 -
YUV 130.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 104 144 131 0.28 0 0.09 0.44 160.5 0.16 0.49
Hex 68 90 83 1C 0 9 2C A0 10 31
Octal 150 220 203 34 0 11 54 240 20 61
Binary 1101000 10010000 10000011 11100 0 1001 101100 10100000 10000 110001

Color Harmonies of #689083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689083

Black with #689083

Text Example


Text Example

White with #689083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689083; }

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

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

background-color css

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

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

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

border-color css

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

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

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