#619497

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

Shades of Half Baked #619497

Tints of Half Baked #619497

Color information

#619497 (or 0x619497) is unknown color: approx Half Baked. HEX triplet: 61, 94 and 97. RGB value is (97,148,151). Sum of RGB (Red+Green+Blue) = 97+148+151=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 151 - color contains mainly: blue. Hex color #619497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619497 is #9E6B68. Grayscale: #858585. Windows color (decimal): -10382185 or 9933921. OLE color: 9933921.

HSL color Cylindrical-coordinate representation of color #619497: hue angle of 183.33º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619497 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB97148151-
CMYK0.360.0200.41
HSL183.33º21.77%48.63%-
HSV(B)183.33º35.76%59.22%-
XYZ21.1125.9633.18-
YUV133.09138.1102.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.49%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 151 (59.38% from 255) = 38.13%
R=24.49%
G=37.37%
B=38.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971481510.360.0200.41183.3321.7748.63
Hex619497242029b71631
Octal1412242274420512672661
Binary110000110010100100101111001001001010011011011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619497; }

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

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

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

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

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

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

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

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