#619397

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

Shades of Half Baked #619397

Tints of Half Baked #619397

Color information

#619397 (or 0x619397) is unknown color: approx Half Baked. HEX triplet: 61, 93 and 97. RGB value is (97,147,151). Sum of RGB (Red+Green+Blue) = 97+147+151=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 151 - color contains mainly: blue. Hex color #619397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619397 is #9E6C68. Grayscale: #848484. Windows color (decimal): -10382441 or 9933665. OLE color: 9933665.

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

Color convert

RGB97147151-
CMYK0.360.0300.41
HSL184.44º21.77%48.63%-
HSV(B)184.44º35.76%59.22%-
XYZ20.9525.6433.12-
YUV132.51138.44102.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.56%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 151 (59.38% from 255) = 38.23%
R=24.56%
G=37.22%
B=38.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971471510.360.0300.41184.4421.7748.63
Hex619397243029b81631
Octal1412232274430512702661
Binary110000110010011100101111001001101010011011100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619397; }

 p { color: rgb(97,147,151); }

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

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

 a { background-color: rgb(97,147,151); }

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

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

 span { border-color: rgb(97,147,151); }

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