Html Css Color HEX #609E8D Patina

📋 copy color: '#609E8D'

red 96 ◦ green 158 ◦ blue 141

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

Shades of Patina #609E8D

Tints of Patina #609E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.7%

R = 24.3%
G = 40%
B = 35.7%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#609E8D (or 0x609E8D) is known color: Patina. HEX triplet: 60, 9E and 8D. RGB value is (96,158,141). Sum of RGB (Red+Green+Blue) = 96+158+141=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 158 - color contains mainly: green. Hex color #609E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609E8D is #9F6172. Grayscale: #898989. Windows color (decimal): -10445171 or 9281120. OLE color: 9281120.

HSL color Cylindrical-coordinate representation of color #609E8D: hue angle of 163.55º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #609E8D is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 158 141 -
CMYK 0.39 0 0.11 0.38
HSL 163.55º 0.24% 0.5% -
HSV(B) 163.55º 0.39% 0.62% -
XYZ 21.86 28.86 29.62 -
YUV 137.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 96 158 141 0.39 0 0.11 0.38 163.55 0.24 0.5
Hex 60 9E 8D 27 0 B 26 A4 18 32
Octal 140 236 215 47 0 13 46 244 30 62
Binary 1100000 10011110 10001101 100111 0 1011 100110 10100100 11000 110010

Color Harmonies of #609E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609E8D

Black with #609E8D

Text Example


Text Example

White with #609E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609E8D; }

 p { color: rgb(96,158,141); }

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

background-color css

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

 a { background-color: rgb(96,158,141); }

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

border-color css

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

 span { border-color: rgb(96,158,141); }

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