#619299

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

Shades of Half Baked #619299

Tints of Half Baked #619299

Color information

#619299 (or 0x619299) is unknown color: approx Half Baked. HEX triplet: 61, 92 and 99. RGB value is (97,146,153). Sum of RGB (Red+Green+Blue) = 97+146+153=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #619299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619299 is #9E6D66. Grayscale: #848484. Windows color (decimal): -10382695 or 10064481. OLE color: 10064481.

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

Color convert

RGB97146153-
CMYK0.370.0500.4
HSL187.5º22.4%49.02%-
HSV(B)187.5º36.6%60%-
XYZ20.9625.433.93-
YUV132.15139.77102.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.49%
GREEN value IS 146 (57.42% from 255) = 36.87%
BLUE value IS 153 (60.16% from 255) = 38.64%
R=24.49%
G=36.87%
B=38.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971461530.370.0500.4187.522.449.02
Hex619299255028bc1631
Octal1412222314550502742661
Binary1100001100100101001100110010110101010001011110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619299; }

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

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

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

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

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

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

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

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