#619297

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

Shades of Half Baked #619297

Tints of Half Baked #619297

Color information

#619297 (or 0x619297) is unknown color: approx Half Baked. HEX triplet: 61, 92 and 97. RGB value is (97,146,151). Sum of RGB (Red+Green+Blue) = 97+146+151=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 151 - color contains mainly: blue. Hex color #619297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619297 is #9E6D68. Grayscale: #838383. Windows color (decimal): -10382697 or 9933409. OLE color: 9933409.

HSL color Cylindrical-coordinate representation of color #619297: hue angle of 185.56º 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 #619297 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB97146151-
CMYK0.360.0300.41
HSL185.56º21.77%48.63%-
HSV(B)185.56º35.76%59.22%-
XYZ20.7925.3333.07-
YUV131.92138.77103.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.62%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 151 (59.38% from 255) = 38.32%
R=24.62%
G=37.06%
B=38.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971461510.360.0300.41185.5621.7748.63
Hex619297243029ba1631
Octal1412222274430512722661
Binary110000110010010100101111001001101010011011101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619297; }

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

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

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

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

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

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

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

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