#609198

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

Shades of Half Baked #609198

Tints of Half Baked #609198

Color information

#609198 (or 0x609198) is unknown color: approx Half Baked. HEX triplet: 60, 91 and 98. RGB value is (96,145,152). Sum of RGB (Red+Green+Blue) = 96+145+152=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 152 - color contains mainly: blue. Hex color #609198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609198 is #9F6E67. Grayscale: #838383. Windows color (decimal): -10448488 or 9998688. OLE color: 9998688.

HSL color Cylindrical-coordinate representation of color #609198: hue angle of 187.5º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609198 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB96145152-
CMYK0.370.0500.40
HSL187.5º22.58%48.63%-
HSV(B)187.5º36.84%59.61%-
XYZ20.622533.45-
YUV131.15139.77102.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.43%
GREEN value IS 145 (57.03% from 255) = 36.90%
BLUE value IS 152 (59.77% from 255) = 38.68%
R=24.43%
G=36.90%
B=38.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961451520.370.0500.40187.522.5848.63
Hex609198255028bc1731
Octal1402212304550502742761
Binary1100000100100011001100010010110101010001011110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609198; }

 p { color: rgb(96,145,152); }

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

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

 a { background-color: rgb(96,145,152); }

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

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

 span { border-color: rgb(96,145,152); }

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