Html Css Color HEX #689F90 Patina

📋 copy color: '#689F90'

red 104 ◦ green 159 ◦ blue 144

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

Shades of Patina #689F90

Tints of Patina #689F90

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.07%

 BLUE value IS 144 (56.64% from 255) = 35.38%

R = 25.55%
G = 39.07%
B = 35.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#689F90 (or 0x689F90) is known color: Patina. HEX triplet: 68, 9F and 90. RGB value is (104,159,144). Sum of RGB (Red+Green+Blue) = 104+159+144=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 159 - color contains mainly: green. Hex color #689F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689F90 is #97606F. Grayscale: #8C8C8C. Windows color (decimal): -9920624 or 9477992. OLE color: 9477992.

HSL color Cylindrical-coordinate representation of color #689F90: hue angle of 163.64º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #689F90 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 159 144 -
CMYK 0.35 0 0.09 0.38
HSL 163.64º 0.22% 0.52% -
HSV(B) 163.64º 0.35% 0.62% -
XYZ 23.14 29.75 30.91 -
YUV 140.85 129.78 101.72 -
System Red Green Blue C M Y K H S L
Decimal 104 159 144 0.35 0 0.09 0.38 163.64 0.22 0.52
Hex 68 9F 90 23 0 9 26 A4 16 34
Octal 150 237 220 43 0 11 46 244 26 64
Binary 1101000 10011111 10010000 100011 0 1001 100110 10100100 10110 110100

Color Harmonies of #689F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689F90

Black with #689F90

Text Example


Text Example

White with #689F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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