#619094

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

Shades of Half Baked #619094

Tints of Half Baked #619094

Color information

#619094 (or 0x619094) is unknown color: approx Half Baked. HEX triplet: 61, 90 and 94. RGB value is (97,144,148). Sum of RGB (Red+Green+Blue) = 97+144+148=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #619094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619094 is #9E6F6B. Grayscale: #828282. Windows color (decimal): -10383212 or 9736289. OLE color: 9736289.

HSL color Cylindrical-coordinate representation of color #619094: hue angle of 184.71º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #619094 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB97144148-
CMYK0.340.0300.42
HSL184.71º20.82%48.04%-
HSV(B)184.71º34.46%58.04%-
XYZ20.2524.6331.7-
YUV130.4137.93104.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.94%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 148 (58.20% from 255) = 38.05%
R=24.94%
G=37.02%
B=38.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971441480.340.0300.42184.7120.8248.04
Hex61909422302Ab91530
Octal1412202244230522712560
Binary110000110010000100101001000101101010101011100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619094; }

 p { color: rgb(97,144,148); }

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

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

 a { background-color: rgb(97,144,148); }

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

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

 span { border-color: rgb(97,144,148); }

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