Html Css Color HEX #608983 Patina

📋 copy color: '#608983'

red 96 ◦ green 137 ◦ blue 131

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

Shades of Patina #608983

Tints of Patina #608983

RGB

 RED value IS 96 (37.89% from 255) = 26.37%

 GREEN value IS 137 (53.91% from 255) = 37.64%

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

R = 26.37%
G = 37.64%
B = 35.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#608983 (or 0x608983) is known color: Patina. HEX triplet: 60, 89 and 83. RGB value is (96,137,131). Sum of RGB (Red+Green+Blue) = 96+137+131=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 137 - color contains mainly: green. Hex color #608983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608983 is #9F767C. Grayscale: #7C7C7C. Windows color (decimal): -10450557 or 8620384. OLE color: 8620384.

HSL color Cylindrical-coordinate representation of color #608983: hue angle of 171.22º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608983 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 137 131 -
CMYK 0.30 0 0.04 0.46
HSL 171.22º 0.18% 0.46% -
HSV(B) 171.22º 0.3% 0.54% -
XYZ 17.87 22.02 24.78 -
YUV 124.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 96 137 131 0.30 0 0.04 0.46 171.22 0.18 0.46
Hex 60 89 83 1E 0 4 2E AB 12 2E
Octal 140 211 203 36 0 4 56 253 22 56
Binary 1100000 10001001 10000011 11110 0 100 101110 10101011 10010 101110

Color Harmonies of #608983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608983

Black with #608983

Text Example


Text Example

White with #608983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608983; }

 p { color: rgb(96,137,131); }

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

background-color css

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

 a { background-color: rgb(96,137,131); }

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

border-color css

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

 span { border-color: rgb(96,137,131); }

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