#619193

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

Shades of Half Baked #619193

Tints of Half Baked #619193

Color information

#619193 (or 0x619193) is unknown color: approx Half Baked. HEX triplet: 61, 91 and 93. RGB value is (97,145,147). Sum of RGB (Red+Green+Blue) = 97+145+147=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 147 - color contains mainly: blue. Hex color #619193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619193 is #9E6E6C. Grayscale: #828282. Windows color (decimal): -10382957 or 9671009. OLE color: 9671009.

HSL color Cylindrical-coordinate representation of color #619193: hue angle of 182.4º degrees, saturation: 0.2, 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 #619193 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB97145147-
CMYK0.340.0100.42
HSL182.4º20.49%47.84%-
HSV(B)182.4º34.01%57.65%-
XYZ20.3224.931.34-
YUV130.88137.1103.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.94%
GREEN value IS 145 (57.03% from 255) = 37.28%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=24.94%
G=37.28%
B=37.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971451470.340.0100.42182.420.4947.84
Hex61919322102Ab61430
Octal1412212234210522662460
Binary11000011001000110010011100010101010101011011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619193; }

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

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

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

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

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

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

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

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