#609693

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

Shades of Half Baked #609693

Tints of Half Baked #609693

Color information

#609693 (or 0x609693) is unknown color: approx Half Baked. HEX triplet: 60, 96 and 93. RGB value is (96,150,147). Sum of RGB (Red+Green+Blue) = 96+150+147=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #609693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609693 is #9F696C. Grayscale: #858585. Windows color (decimal): -10447213 or 9672288. OLE color: 9672288.

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

Color convert

RGB96150147-
CMYK0.3600.020.41
HSL176.67º21.95%48.24%-
HSV(B)176.67º36%58.82%-
XYZ2126.4131.59-
YUV133.51135.61101.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.43%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 147 (57.81% from 255) = 37.40%
R=24.43%
G=38.17%
B=37.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961501470.3600.020.41176.6721.9548.24
Hex609693240229b11630
Octal1402262234402512612660
Binary110000010010110100100111001000101010011011000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609693; }

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

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

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

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

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

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

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

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