#608E94

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

Shades of Half Baked #608E94

Tints of Half Baked #608E94

Color information

#608E94 (or 0x608E94) is unknown color: approx Half Baked. HEX triplet: 60, 8E and 94. RGB value is (96,142,148). Sum of RGB (Red+Green+Blue) = 96+142+148=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 148 - color contains mainly: blue. Hex color #608E94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608E94 is #9F716B. Grayscale: #808080. Windows color (decimal): -10449260 or 9735776. OLE color: 9735776.

HSL color Cylindrical-coordinate representation of color #608E94: hue angle of 186.92º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #608E94 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB96142148-
CMYK0.350.0400.42
HSL186.92º21.31%47.84%-
HSV(B)186.92º35.14%58.04%-
XYZ19.8423.9731.6-
YUV128.93138.76104.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.87%
GREEN value IS 142 (55.86% from 255) = 36.79%
BLUE value IS 148 (58.20% from 255) = 38.34%
R=24.87%
G=36.79%
B=38.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961421480.350.0400.42186.9221.3147.84
Hex608E9423402Abb1530
Octal1402162244340522732560
Binary1100000100011101001010010001110001010101011101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608E94; }

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

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

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

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

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

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

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

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