#608F94

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

Shades of Half Baked #608F94

Tints of Half Baked #608F94

Color information

#608F94 (or 0x608F94) is unknown color: approx Half Baked. HEX triplet: 60, 8F and 94. RGB value is (96,143,148). Sum of RGB (Red+Green+Blue) = 96+143+148=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 148 - color contains mainly: blue. Hex color #608F94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608F94 is #9F706B. Grayscale: #818181. Windows color (decimal): -10449004 or 9736032. OLE color: 9736032.

HSL color Cylindrical-coordinate representation of color #608F94: hue angle of 185.77º 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 #608F94 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB96143148-
CMYK0.350.0300.42
HSL185.77º21.31%47.84%-
HSV(B)185.77º35.14%58.04%-
XYZ19.9924.2731.65-
YUV129.52138.43104.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.81%
GREEN value IS 143 (56.25% from 255) = 36.95%
BLUE value IS 148 (58.20% from 255) = 38.24%
R=24.81%
G=36.95%
B=38.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961431480.350.0300.42185.7721.3147.84
Hex608F9423302Aba1530
Octal1402172244330522722560
Binary110000010001111100101001000111101010101011101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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