#609C8E

Color #609C8E Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #609C8E

Tints of Patina #609C8E

Color information

#609C8E (or 0x609C8E) is unknown color: approx Patina. HEX triplet: 60, 9C and 8E. RGB value is (96,156,142). Sum of RGB (Red+Green+Blue) = 96+156+142=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 156 - color contains mainly: green. Hex color #609C8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609C8E is #9F6371. Grayscale: #888888. Windows color (decimal): -10445682 or 9346144. OLE color: 9346144.

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

Color convert

RGB96156142-
CMYK0.3800.090.39
HSL166º23.81%49.41%-
HSV(B)166º38.46%61.18%-
XYZ21.5928.2229.9-
YUV136.46131.1299.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.37%
GREEN value IS 156 (61.33% from 255) = 39.59%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=24.37%
G=39.59%
B=36.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961561420.3800.090.3916623.8149.41
Hex609C8E260927a61831
Octal14023421646011472463061
Binary11000001001110010001110100110010011001111010011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,156,142); }

 H1.HeaderClassName
 {
   color: #609C8E;
 }
 .AnyTagClassName
 {
   color: #609C8E;
 }
</style>
background-color css

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

 a { background-color: rgb(96,156,142); }

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

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

 span { border-color: rgb(96,156,142); }

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