#609298

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

Shades of Half Baked #609298

Tints of Half Baked #609298

Color information

#609298 (or 0x609298) is unknown color: approx Half Baked. HEX triplet: 60, 92 and 98. RGB value is (96,146,152). Sum of RGB (Red+Green+Blue) = 96+146+152=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 152 - color contains mainly: blue. Hex color #609298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609298 is #9F6D67. Grayscale: #838383. Windows color (decimal): -10448232 or 9998944. OLE color: 9998944.

HSL color Cylindrical-coordinate representation of color #609298: hue angle of 186.43º 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 #609298 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB96146152-
CMYK0.370.0400.40
HSL186.43º22.58%48.63%-
HSV(B)186.43º36.84%59.61%-
XYZ20.7725.3133.5-
YUV131.73139.44102.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.37%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 152 (59.77% from 255) = 38.58%
R=24.37%
G=37.06%
B=38.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961461520.370.0400.40186.4322.5848.63
Hex609298254028ba1731
Octal1402222304540502722761
Binary1100000100100101001100010010110001010001011101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609298; }

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

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

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

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

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

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

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

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