Html Css Color HEX #609990 Patina

📋 copy color: '#609990'

red 96 ◦ green 153 ◦ blue 144

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

Shades of Patina #609990

Tints of Patina #609990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.93%

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

R = 24.43%
G = 38.93%
B = 36.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#609990 (or 0x609990) is known color: Patina. HEX triplet: 60, 99 and 90. RGB value is (96,153,144). Sum of RGB (Red+Green+Blue) = 96+153+144=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #609990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609990 is #9F666F. Grayscale: #868686. Windows color (decimal): -10446448 or 9476448. OLE color: 9476448.

HSL color Cylindrical-coordinate representation of color #609990: hue angle of 170.53º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609990 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 153 144 -
CMYK 0.37 0 0.06 0.4
HSL 170.53º 0.23% 0.49% -
HSV(B) 170.53º 0.37% 0.6% -
XYZ 21.25 27.28 30.53 -
YUV 134.93 133.12 100.23 -
System Red Green Blue C M Y K H S L
Decimal 96 153 144 0.37 0 0.06 0.4 170.53 0.23 0.49
Hex 60 99 90 25 0 6 28 AB 17 31
Octal 140 231 220 45 0 6 50 253 27 61
Binary 1100000 10011001 10010000 100101 0 110 101000 10101011 10111 110001

Color Harmonies of #609990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609990

Black with #609990

Text Example


Text Example

White with #609990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609990; }

 p { color: rgb(96,153,144); }

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

background-color css

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

 a { background-color: rgb(96,153,144); }

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

border-color css

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

 span { border-color: rgb(96,153,144); }

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