#608685

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

Shades of Half Baked #608685

Tints of Half Baked #608685

Color information

#608685 (or 0x608685) is unknown color: approx Half Baked. HEX triplet: 60, 86 and 85. RGB value is (96,134,133). Sum of RGB (Red+Green+Blue) = 96+134+133=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 134 - color contains mainly: green. Hex color #608685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608685 is #9F797A. Grayscale: #7A7A7A. Windows color (decimal): -10451323 or 8750688. OLE color: 8750688.

HSL color Cylindrical-coordinate representation of color #608685: hue angle of 178.42º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608685 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB96134133-
CMYK0.2800.010.47
HSL178.42º16.52%45.1%-
HSV(B)178.42º28.36%52.55%-
XYZ17.5821.2325.36-
YUV122.52133.91109.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 134 (52.73% from 255) = 36.91%
BLUE value IS 133 (52.34% from 255) = 36.64%
R=26.45%
G=36.91%
B=36.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961341330.2800.010.47178.4216.5245.1
Hex6086851C012Fb2112d
Octal1402062053401572622155
Binary1100000100001101000010111100011011111011001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608685; }

 p { color: rgb(96,134,133); }

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

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

 a { background-color: rgb(96,134,133); }

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

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

 span { border-color: rgb(96,134,133); }

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