#619496

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

Shades of Half Baked #619496

Tints of Half Baked #619496

Color information

#619496 (or 0x619496) is unknown color: approx Half Baked. HEX triplet: 61, 94 and 96. RGB value is (97,148,150). Sum of RGB (Red+Green+Blue) = 97+148+150=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 150 - color contains mainly: blue. Hex color #619496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619496 is #9E6B69. Grayscale: #848484. Windows color (decimal): -10382186 or 9868385. OLE color: 9868385.

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

Color convert

RGB97148150-
CMYK0.350.0100.41
HSL182.26º21.46%48.43%-
HSV(B)182.26º35.33%58.82%-
XYZ21.0225.9232.75-
YUV132.98137.6102.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.56%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=24.56%
G=37.47%
B=37.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971481500.350.0100.41182.2621.4648.43
Hex619496231029b61530
Octal1412242264310512662560
Binary11000011001010010010110100011101010011011011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619496; }

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

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

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

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

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

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

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

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