Html Css Color HEX #689E8F Patina

📋 copy color: '#689E8F'

red 104 ◦ green 158 ◦ blue 143

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

Shades of Patina #689E8F

Tints of Patina #689E8F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.01%

 BLUE value IS 143 (56.25% from 255) = 35.31%

R = 25.68%
G = 39.01%
B = 35.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#689E8F (or 0x689E8F) is known color: Patina. HEX triplet: 68, 9E and 8F. RGB value is (104,158,143). Sum of RGB (Red+Green+Blue) = 104+158+143=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 158 - color contains mainly: green. Hex color #689E8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689E8F is #976170. Grayscale: #8C8C8C. Windows color (decimal): -9920881 or 9412200. OLE color: 9412200.

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

Color convert

RGB 104 158 143 -
CMYK 0.34 0 0.09 0.38
HSL 163.33º 0.22% 0.51% -
HSV(B) 163.33º 0.34% 0.62% -
XYZ 22.89 29.38 30.45 -
YUV 140.14 129.61 102.22 -
System Red Green Blue C M Y K H S L
Decimal 104 158 143 0.34 0 0.09 0.38 163.33 0.22 0.51
Hex 68 9E 8F 22 0 9 26 A3 16 33
Octal 150 236 217 42 0 11 46 243 26 63
Binary 1101000 10011110 10001111 100010 0 1001 100110 10100011 10110 110011

Color Harmonies of #689E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689E8F

Black with #689E8F

Text Example


Text Example

White with #689E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,158,143); }

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

background-color css

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

 a { background-color: rgb(104,158,143); }

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

border-color css

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

 span { border-color: rgb(104,158,143); }

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