#619195

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

Shades of Half Baked #619195

Tints of Half Baked #619195

Color information

#619195 (or 0x619195) is unknown color: approx Half Baked. HEX triplet: 61, 91 and 95. RGB value is (97,145,149). Sum of RGB (Red+Green+Blue) = 97+145+149=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #619195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619195 is #9E6E6A. Grayscale: #838383. Windows color (decimal): -10382955 or 9802081. OLE color: 9802081.

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

Color convert

RGB97145149-
CMYK0.350.0300.42
HSL184.62º21.14%48.24%-
HSV(B)184.62º34.9%58.43%-
XYZ20.4824.9632.17-
YUV131.1138.1103.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.81%
GREEN value IS 145 (57.03% from 255) = 37.08%
BLUE value IS 149 (58.59% from 255) = 38.11%
R=24.81%
G=37.08%
B=38.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971451490.350.0300.42184.6221.1448.24
Hex61919523302Ab91530
Octal1412212254330522712560
Binary110000110010001100101011000111101010101011100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619195; }

 p { color: rgb(97,145,149); }

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

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

 a { background-color: rgb(97,145,149); }

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

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

 span { border-color: rgb(97,145,149); }

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