#619399

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

Shades of Half Baked #619399

Tints of Half Baked #619399

Color information

#619399 (or 0x619399) is unknown color: approx Half Baked. HEX triplet: 61, 93 and 99. RGB value is (97,147,153). Sum of RGB (Red+Green+Blue) = 97+147+153=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 153 - color contains mainly: blue. Hex color #619399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619399 is #9E6C66. Grayscale: #848484. Windows color (decimal): -10382439 or 10064737. OLE color: 10064737.

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

Color convert

RGB97147153-
CMYK0.370.0400.4
HSL186.43º22.4%49.02%-
HSV(B)186.43º36.6%60%-
XYZ21.1125.7133.99-
YUV132.73139.44102.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.43%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 153 (60.16% from 255) = 38.54%
R=24.43%
G=37.03%
B=38.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971471530.370.0400.4186.4322.449.02
Hex619399254028ba1631
Octal1412232314540502722661
Binary1100001100100111001100110010110001010001011101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619399; }

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

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

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

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

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

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

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

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