#609593

Color #609593 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #609593

Tints of Half Baked #609593

Color information

#609593 (or 0x609593) is unknown color: approx Half Baked. HEX triplet: 60, 95 and 93. RGB value is (96,149,147). Sum of RGB (Red+Green+Blue) = 96+149+147=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 149 - color contains mainly: green. Hex color #609593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609593 is #9F6A6C. Grayscale: #848484. Windows color (decimal): -10447469 or 9672032. OLE color: 9672032.

HSL color Cylindrical-coordinate representation of color #609593: hue angle of 177.74º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609593 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB96149147-
CMYK0.3600.010.42
HSL177.74º21.63%48.04%-
HSV(B)177.74º35.57%58.43%-
XYZ20.8426.0931.54-
YUV132.93135.94101.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.49%
GREEN value IS 149 (58.59% from 255) = 38.01%
BLUE value IS 147 (57.81% from 255) = 37.5%
R=24.49%
G=38.01%
B=37.5%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961491470.3600.010.42177.7421.6348.04
Hex60959324012Ab21630
Octal1402252234401522622660
Binary11000001001010110010011100100011010101011001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609593; }

 p { color: rgb(96,149,147); }

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

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

 a { background-color: rgb(96,149,147); }

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

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

 span { border-color: rgb(96,149,147); }

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