Html Css Color HEX #689085 Patina

📋 copy color: '#689085'

red 104 ◦ green 144 ◦ blue 133

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

Shades of Patina #689085

Tints of Patina #689085

RGB

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

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

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

R = 27.3%
G = 37.8%
B = 34.91%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#689085 (or 0x689085) is known color: Patina. HEX triplet: 68, 90 and 85. RGB value is (104,144,133). Sum of RGB (Red+Green+Blue) = 104+144+133=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #689085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689085 is #976F7A. Grayscale: #828282. Windows color (decimal): -9924475 or 8753256. OLE color: 8753256.

HSL color Cylindrical-coordinate representation of color #689085: hue angle of 163.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 #689085 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 144 133 -
CMYK 0.28 0 0.08 0.44
HSL 163.5º 0.16% 0.49% -
HSV(B) 163.5º 0.28% 0.56% -
XYZ 19.92 24.58 25.89 -
YUV 130.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 104 144 133 0.28 0 0.08 0.44 163.5 0.16 0.49
Hex 68 90 85 1C 0 8 2C A4 10 31
Octal 150 220 205 34 0 10 54 244 20 61
Binary 1101000 10010000 10000101 11100 0 1000 101100 10100100 10000 110001

Color Harmonies of #689085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689085

Black with #689085

Text Example


Text Example

White with #689085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689085; }

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

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

background-color css

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

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

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

border-color css

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

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

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